coreboot-kgpe-d16/src/mainboard/sunw/Kconfig

17 lines
212 B
Text
Raw Normal View History

if VENDOR_SUNW
choice
prompt "Mainboard model"
source "src/mainboard/sunw/*/Kconfig.name"
endchoice
source "src/mainboard/sunw/*/Kconfig"
config MAINBOARD_VENDOR
string
default "Sun"
endif # VENDOR_SUNW