blob: 51d0ee355eb732f142e1d03eeb69504becb3db7d [file] [log] [blame]
Marek Vasutd7f72b62022-04-08 02:15:01 +02001if TARGET_IMX8MM_MX8MENLO
2
3config SYS_BOARD
4 default "mx8menlo"
5
6config SYS_VENDOR
7 default "menlo"
8
9config SYS_CONFIG_NAME
10 default "imx8mm-mx8menlo"
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
34config IMX_CONFIG
35 default "board/toradex/verdin-imx8mm/imximage.cfg"
36
37source "board/toradex/common/Kconfig"
38
39endif