summaryrefslogtreecommitdiff
path: root/board/aristainetos/Kconfig
blob: 2e1d84d412ec78d4bdcc5bec3e532376fc71b33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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