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

18 lines
261 B
Text
Raw Normal View History

if VENDOR_NEWISYS
choice
prompt "Mainboard model"
config BOARD_NEWISYS_KHEPRI
bool "Khephri - 2100 Server (SUN Fire v20z)"
endchoice
source "src/mainboard/newisys/khepri/Kconfig"
config MAINBOARD_VENDOR
string
default "Newisys"
endif # VENDOR_NEWISYS