2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2024-12-29 06:23:07 +00:00
u-boot/board/aristainetos/Kconfig

30 lines
449 B
Text
Raw Normal View History

if TARGET_ARISTAINETOS2C
source "board/aristainetos/common/Kconfig"
config SYS_BOARD
default "aristainetos"
config SYS_BOARD_VERSION
default 5
config IMX_CONFIG
default "board/aristainetos/aristainetos2.cfg"
endif
if TARGET_ARISTAINETOS2CCSLB
source "board/aristainetos/common/Kconfig"
config SYS_BOARD
default "aristainetos"
config SYS_BOARD_VERSION
default 6
config IMX_CONFIG
default "board/aristainetos/aristainetos2.cfg"
endif