xref: /openbmc/u-boot/board/toradex/apalis_t30/Kconfig (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1if TARGET_APALIS_T30
2
3config SYS_BOARD
4	default "apalis_t30"
5
6config SYS_VENDOR
7	default "toradex"
8
9config SYS_CONFIG_NAME
10	default "apalis_t30"
11
12config TDX_CFG_BLOCK
13	default y
14
15config TDX_HAVE_MMC
16	default y
17
18config TDX_CFG_BLOCK_DEV
19	default "0"
20
21config TDX_CFG_BLOCK_PART
22	default "1"
23
24# Toradex config block in eMMC, at the end of 1st "boot sector"
25config TDX_CFG_BLOCK_OFFSET
26	default "-512"
27
28source "board/toradex/common/Kconfig"
29
30endif
31