xref: /openbmc/u-boot/board/toradex/colibri_t20/Kconfig (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1if TARGET_COLIBRI_T20
2
3config SYS_BOARD
4	default "colibri_t20"
5
6config SYS_VENDOR
7	default "toradex"
8
9config SYS_CONFIG_NAME
10	default "colibri_t20"
11
12config TDX_CFG_BLOCK
13	default y
14
15config TDX_HAVE_NAND
16	default y
17
18config TDX_CFG_BLOCK_OFFSET
19	default "3145728"
20
21source "board/toradex/common/Kconfig"
22
23endif
24