Heiko Schocher | 0572982 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 1 | if TARGET_ARISTAINETOS2 |
2 | |||||
Heiko Schocher | 219913c | 2019-12-01 11:23:06 +0100 | [diff] [blame] | 3 | source "board/aristainetos/common/Kconfig" |
4 | |||||
Heiko Schocher | 0572982 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 5 | config SYS_BOARD |
6 | default "aristainetos" | ||||
7 | |||||
Heiko Schocher | 219913c | 2019-12-01 11:23:06 +0100 | [diff] [blame] | 8 | config SYS_BOARD_VERSION |
9 | default 2 | ||||
10 | |||||
11 | config BOARDNAME | ||||
Heiko Schocher | 0572982 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 12 | default "aristainetos2" |
13 | |||||
14 | endif |