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

18 lines
218 B
Text
Raw Normal View History

if VENDOR_SUNW
choice
prompt "Mainboard model"
config BOARD_SUNW_ULTRA40
bool "Ultra 40"
endchoice
source "src/mainboard/sunw/ultra40/Kconfig"
config MAINBOARD_VENDOR
string
default "Sun"
endif # VENDOR_SUNW