1if TARGET_VERDIN_IMX8MM
2
3config SYS_BOARD
4	default "verdin-imx8mm"
5
6config SYS_VENDOR
7	default "toradex"
8
9config SYS_CONFIG_NAME
10	default "verdin-imx8mm"
11
12config TDX_CFG_BLOCK
13	default y
14
15config TDX_CFG_BLOCK_EXTRA
16	default y
17
18config TDX_HAVE_MMC
19	default y
20
21config TDX_HAVE_EEPROM_EXTRA
22	default y
23
24config TDX_CFG_BLOCK_DEV
25	default "0"
26
27config TDX_CFG_BLOCK_PART
28	default "1"
29
30# Toradex config block in eMMC, at the end of 1st "boot sector"
31config TDX_CFG_BLOCK_OFFSET
32	default "-512"
33
34source "board/toradex/common/Kconfig"
35
36endif
37