Heiko Schocher | 7254d92 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 1 | if TARGET_ARISTAINETOS2 |
| 2 | |
Heiko Schocher | 3882e6f | 2019-12-01 11:23:06 +0100 | [diff] [blame] | 3 | source "board/aristainetos/common/Kconfig" |
| 4 | |
Heiko Schocher | 7254d92 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 5 | config SYS_BOARD |
| 6 | default "aristainetos" |
| 7 | |
Heiko Schocher | 3882e6f | 2019-12-01 11:23:06 +0100 | [diff] [blame] | 8 | config SYS_BOARD_VERSION |
| 9 | default 2 |
| 10 | |
Heiko Schocher | 7254d92 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 11 | endif |
Heiko Schocher | 1204b96 | 2019-12-01 11:23:30 +0100 | [diff] [blame] | 12 | |
| 13 | if TARGET_ARISTAINETOS2B |
| 14 | |
| 15 | source "board/aristainetos/common/Kconfig" |
| 16 | |
| 17 | config SYS_BOARD |
| 18 | default "aristainetos" |
| 19 | |
| 20 | config SYS_BOARD_VERSION |
| 21 | default 3 |
| 22 | |
| 23 | endif |
Heiko Schocher | c08aa77 | 2019-12-01 11:23:31 +0100 | [diff] [blame] | 24 | |
| 25 | if TARGET_ARISTAINETOS2BCSL |
| 26 | |
| 27 | source "board/aristainetos/common/Kconfig" |
| 28 | |
| 29 | config SYS_BOARD |
| 30 | default "aristainetos" |
| 31 | |
| 32 | config SYS_BOARD_VERSION |
| 33 | default 4 |
| 34 | |
| 35 | endif |
Heiko Schocher | 227cb30 | 2019-12-01 11:23:32 +0100 | [diff] [blame] | 36 | |
| 37 | if TARGET_ARISTAINETOS2C |
| 38 | |
| 39 | source "board/aristainetos/common/Kconfig" |
| 40 | |
| 41 | config SYS_BOARD |
| 42 | default "aristainetos" |
| 43 | |
| 44 | config SYS_BOARD_VERSION |
| 45 | default 5 |
| 46 | |
| 47 | endif |