u-boot/board/amcc/luan/Kconfig

17 lines
174 B
Text
Raw Normal View History

if TARGET_LUAN
config SYS_BOARD
default "luan"
config SYS_VENDOR
default "amcc"
config SYS_CONFIG_NAME
default "luan"
config DISPLAY_BOARDINFO
bool
default y
endif