2015-05-18 11:32:31 +00:00
|
|
|
if TARGET_ARISTAINETOS2
|
|
|
|
|
2019-12-01 10:23:06 +00:00
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
|
2015-05-18 11:32:31 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
default "aristainetos"
|
|
|
|
|
2019-12-01 10:23:06 +00:00
|
|
|
config SYS_BOARD_VERSION
|
|
|
|
default 2
|
|
|
|
|
2015-05-18 11:32:31 +00:00
|
|
|
endif
|
2019-12-01 10:23:30 +00:00
|
|
|
|
|
|
|
if TARGET_ARISTAINETOS2B
|
|
|
|
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "aristainetos"
|
|
|
|
|
|
|
|
config SYS_BOARD_VERSION
|
|
|
|
default 3
|
|
|
|
|
|
|
|
endif
|
2019-12-01 10:23:31 +00:00
|
|
|
|
|
|
|
if TARGET_ARISTAINETOS2BCSL
|
|
|
|
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "aristainetos"
|
|
|
|
|
|
|
|
config SYS_BOARD_VERSION
|
|
|
|
default 4
|
|
|
|
|
|
|
|
endif
|
2019-12-01 10:23:32 +00:00
|
|
|
|
|
|
|
if TARGET_ARISTAINETOS2C
|
|
|
|
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "aristainetos"
|
|
|
|
|
|
|
|
config SYS_BOARD_VERSION
|
|
|
|
default 5
|
|
|
|
|
|
|
|
endif
|