summaryrefslogtreecommitdiff
path: root/board/aristainetos/Kconfig
blob: 6700f517f100dee26de08c46561ecf1deca13ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
if TARGET_ARISTAINETOS2

source "board/aristainetos/common/Kconfig"

config SYS_BOARD
	default "aristainetos"

config SYS_BOARD_VERSION
	default 2

endif