summaryrefslogtreecommitdiff
path: root/board/aristainetos/Kconfig
blob: 9eb3c3b9d87153ba2818cd6e0a8236fba745bc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
if TARGET_ARISTAINETOS2

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 2

endif

if TARGET_ARISTAINETOS2B

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 3

endif

if TARGET_ARISTAINETOS2BCSL

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 4

endif