2019-12-01 11:23:32 +01:00
|
|
|
if TARGET_ARISTAINETOS2C
|
|
|
|
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "aristainetos"
|
|
|
|
|
|
|
|
config SYS_BOARD_VERSION
|
|
|
|
default 5
|
|
|
|
|
2021-08-24 20:41:00 -04:00
|
|
|
config IMX_CONFIG
|
|
|
|
default "board/aristainetos/aristainetos2.cfg"
|
|
|
|
|
2019-12-01 11:23:32 +01:00
|
|
|
endif
|
2020-11-30 20:46:03 +01:00
|
|
|
|
|
|
|
if TARGET_ARISTAINETOS2CCSLB
|
|
|
|
|
|
|
|
source "board/aristainetos/common/Kconfig"
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "aristainetos"
|
|
|
|
|
|
|
|
config SYS_BOARD_VERSION
|
|
|
|
default 6
|
|
|
|
|
2021-08-24 20:41:00 -04:00
|
|
|
config IMX_CONFIG
|
|
|
|
default "board/aristainetos/aristainetos2.cfg"
|
|
|
|
|
2020-11-30 20:46:03 +01:00
|
|
|
endif
|