2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-02-15 05:28:40 +00:00
u-boot/board/amcc/bubinga/Kconfig

17 lines
183 B
Text
Raw Normal View History

if TARGET_BUBINGA
config SYS_BOARD
default "bubinga"
config SYS_VENDOR
default "amcc"
config SYS_CONFIG_NAME
default "bubinga"
config DISPLAY_BOARDINFO
bool
default y
endif