Heiko Schocher | 227cb30 | 2019-12-01 11:23:32 +0100 | [diff] [blame] | 1 | if TARGET_ARISTAINETOS2C |
| 2 | |
| 3 | source "board/aristainetos/common/Kconfig" |
| 4 | |
| 5 | config SYS_BOARD |
| 6 | default "aristainetos" |
| 7 | |
| 8 | config SYS_BOARD_VERSION |
| 9 | default 5 |
| 10 | |
Tom Rini | 148b8bb | 2021-08-24 20:41:00 -0400 | [diff] [blame] | 11 | config IMX_CONFIG |
| 12 | default "board/aristainetos/aristainetos2.cfg" |
| 13 | |
Heiko Schocher | 227cb30 | 2019-12-01 11:23:32 +0100 | [diff] [blame] | 14 | endif |
Heiko Schocher | 015c026 | 2020-11-30 20:46:03 +0100 | [diff] [blame] | 15 | |
| 16 | if TARGET_ARISTAINETOS2CCSLB |
| 17 | |
| 18 | source "board/aristainetos/common/Kconfig" |
| 19 | |
| 20 | config SYS_BOARD |
| 21 | default "aristainetos" |
| 22 | |
| 23 | config SYS_BOARD_VERSION |
| 24 | default 6 |
| 25 | |
Tom Rini | 148b8bb | 2021-08-24 20:41:00 -0400 | [diff] [blame] | 26 | config IMX_CONFIG |
| 27 | default "board/aristainetos/aristainetos2.cfg" |
| 28 | |
Heiko Schocher | 015c026 | 2020-11-30 20:46:03 +0100 | [diff] [blame] | 29 | endif |