Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 1 | if TARGET_VERDIN_IMX8MM |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "verdin-imx8mm" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "toradex" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
| 10 | default "verdin-imx8mm" |
| 11 | |
| 12 | config TDX_CFG_BLOCK |
| 13 | default y |
| 14 | |
Igor Opaniuk | 306ecc8 | 2020-07-15 13:30:59 +0300 | [diff] [blame] | 15 | config TDX_CFG_BLOCK_EXTRA |
| 16 | default y |
| 17 | |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 18 | config TDX_HAVE_MMC |
| 19 | default y |
| 20 | |
Igor Opaniuk | 306ecc8 | 2020-07-15 13:30:59 +0300 | [diff] [blame] | 21 | config TDX_HAVE_EEPROM_EXTRA |
| 22 | default y |
| 23 | |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 24 | config TDX_CFG_BLOCK_DEV |
| 25 | default "0" |
| 26 | |
| 27 | config TDX_CFG_BLOCK_PART |
| 28 | default "1" |
| 29 | |
| 30 | # Toradex config block in eMMC, at the end of 1st "boot sector" |
| 31 | config TDX_CFG_BLOCK_OFFSET |
| 32 | default "-512" |
| 33 | |
Tom Rini | 148b8bb | 2021-08-24 20:41:00 -0400 | [diff] [blame] | 34 | config IMX_CONFIG |
| 35 | default "board/toradex/verdin-imx8mm/imximage.cfg" |
| 36 | |
Igor Opaniuk | 14d5aef | 2020-01-28 14:42:25 +0100 | [diff] [blame] | 37 | source "board/toradex/common/Kconfig" |
| 38 | |
| 39 | endif |