summaryrefslogtreecommitdiff
path: root/board/aristainetos/Kconfig
blob: 60ad69fa5bc569169f36f0932bf5a5253c366749 (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
if TARGET_ARISTAINETOS2

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 2

config BOARDNAME
	default "aristainetos2"

endif

if TARGET_ARISTAINETOS2B

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_CONFIG_NAME
	default "aristainetos2b"

config SYS_BOARD_VERSION
	default 3

config BOARDNAME
	default "aristainetos2-revB"

endif