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
|
|
|
|
|
2021-08-25 00:41:00 +00:00
|
|
|
config IMX_CONFIG
|
|
|
|
default "board/aristainetos/aristainetos2.cfg"
|
|
|
|
|
2019-12-01 10:23:32 +00:00
|
|
|
endif
|
2020-11-30 19:46:03 +00:00
|
|
|
|
|
|
|
if TARGET_ARISTAINETOS2CCSLB
|
|
|
|
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "aristainetos"
|
|
|
|
|
|
|
|
config SYS_BOARD_VERSION
|
|
|
|
default 6
|
|
|
|
|
2021-08-25 00:41:00 +00:00
|
|
|
config IMX_CONFIG
|
|
|
|
default "board/aristainetos/aristainetos2.cfg"
|
|
|
|
|
2020-11-30 19:46:03 +00:00
|
|
|
endif
|