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

18 lines
221 B
Text
Raw Normal View History

if VENDOR_DELL
choice
prompt "Mainboard model"
config BOARD_DELL_S1850
bool "PowerEdge 1850"
endchoice
source "src/mainboard/dell/s1850/Kconfig"
config MAINBOARD_VENDOR
string
default "Dell"
endif # VENDOR_DELL