blob: 2ad3dbd56cb1eca4d790c15bd4956551be4e2bd8 [file] [log] [blame]
Heiko Schocher7254d922015-05-18 13:32:31 +02001if TARGET_ARISTAINETOS2
2
Heiko Schocher3882e6f2019-12-01 11:23:06 +01003source "board/aristainetos/common/Kconfig"
4
Heiko Schocher7254d922015-05-18 13:32:31 +02005config SYS_BOARD
6 default "aristainetos"
7
Heiko Schocher3882e6f2019-12-01 11:23:06 +01008config SYS_BOARD_VERSION
9 default 2
10
Heiko Schocher7254d922015-05-18 13:32:31 +020011endif
Heiko Schocher1204b962019-12-01 11:23:30 +010012
13if TARGET_ARISTAINETOS2B
14
15source "board/aristainetos/common/Kconfig"
16
17config SYS_BOARD
18 default "aristainetos"
19
20config SYS_BOARD_VERSION
21 default 3
22
23endif
Heiko Schocherc08aa772019-12-01 11:23:31 +010024
25if TARGET_ARISTAINETOS2BCSL
26
27source "board/aristainetos/common/Kconfig"
28
29config SYS_BOARD
30 default "aristainetos"
31
32config SYS_BOARD_VERSION
33 default 4
34
35endif
Heiko Schocher227cb302019-12-01 11:23:32 +010036
37if TARGET_ARISTAINETOS2C
38
39source "board/aristainetos/common/Kconfig"
40
41config SYS_BOARD
42 default "aristainetos"
43
44config SYS_BOARD_VERSION
45 default 5
46
47endif