Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / toradex / colibri_vf / Kconfig
1 if TARGET_COLIBRI_VF
2
3 config SYS_BOARD
4         default "colibri_vf"
5
6 config SYS_VENDOR
7         default "toradex"
8
9 config SYS_CONFIG_NAME
10         default "colibri_vf"
11
12 config TDX_CFG_BLOCK
13         default y
14
15 config TDX_HAVE_NAND
16         default y
17
18 config TDX_CFG_BLOCK_OFFSET
19         default "2048"
20
21 config TDX_CFG_BLOCK_2ND_ETHADDR
22         default y
23
24 source "board/toradex/common/Kconfig"
25
26 endif