blob: 405a306ecd89a7de6d563b8789e088ff4e2387c7 [file] [log] [blame]
Vitor Soares987c7362025-04-07 14:04:36 +01001if TARGET_TORADEX_SMARC_IMX8MP
2
3config IMX_CONFIG
4 default "board/toradex/smarc-imx8mp/imximage.cfg"
5
6config SYS_BOARD
7 default "smarc-imx8mp"
8
9config SYS_CONFIG_NAME
10 default "toradex-smarc-imx8mp"
11
12config SYS_VENDOR
13 default "toradex"
14
15config TDX_CFG_BLOCK
16 default y
17
18config TDX_CFG_BLOCK_2ND_ETHADDR
19 default y
20
21config TDX_CFG_BLOCK_DEV
22 default "0"
23
24# Toradex config block in eMMC, at the end of 1st "boot sector"
25config TDX_CFG_BLOCK_OFFSET
26 default "-512"
27
28config TDX_CFG_BLOCK_PART
29 default "1"
30
31config TDX_HAVE_EEPROM_EXTRA
32 default y
33
34config TDX_HAVE_MMC
35 default y
36
37source "board/toradex/common/Kconfig"
38
39endif