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

24 lines
384 B
Text
Raw Normal View History

if VENDOR_IWILL
choice
prompt "Mainboard model"
config BOARD_IWILL_DK8_HTX
bool "DK8-HTX"
config BOARD_IWILL_DK8S2
bool "DK8S2"
config BOARD_IWILL_DK8X
bool "DK8X"
endchoice
source "src/mainboard/iwill/dk8_htx/Kconfig"
source "src/mainboard/iwill/dk8s2/Kconfig"
source "src/mainboard/iwill/dk8x/Kconfig"
config MAINBOARD_VENDOR
string
default "IWILL"
endif # VENDOR_IWILL