Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame] | 1 | if TARGET_COLIBRI_T30 |
| 2 | |
Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame] | 3 | config SYS_BOARD |
Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame] | 4 | default "colibri_t30" |
| 5 | |
| 6 | config SYS_VENDOR |
Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame] | 7 | default "toradex" |
| 8 | |
Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame] | 9 | config SYS_CONFIG_NAME |
Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame] | 10 | default "colibri_t30" |
| 11 | |
Marcel Ziswiler | d92dee5 | 2016-11-16 17:49:23 +0100 | [diff] [blame] | 12 | config TDX_CFG_BLOCK |
| 13 | default y |
| 14 | |
| 15 | config TDX_HAVE_MMC |
| 16 | default y |
| 17 | |
| 18 | config TDX_CFG_BLOCK_DEV |
| 19 | default "0" |
| 20 | |
| 21 | config TDX_CFG_BLOCK_PART |
| 22 | default "1" |
| 23 | |
| 24 | # Toradex config block in eMMC, at the end of 1st "boot sector" |
| 25 | config TDX_CFG_BLOCK_OFFSET |
| 26 | default "-512" |
| 27 | |
| 28 | source "board/toradex/common/Kconfig" |
| 29 | |
Stefan Agner | 60bae8c | 2014-08-05 23:27:30 +0200 | [diff] [blame] | 30 | endif |