summaryrefslogtreecommitdiff
path: root/board/aristainetos/Kconfig
blob: cc603c1bc2d190536027ea9928bd3ae4d5a6c96e (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_ARISTAINETOS2C

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 5

endif

if TARGET_ARISTAINETOS2CCSLB

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 6

endif