1if VENDOR_IWILL 2 3choice 4 prompt "Mainboard model" 5 6config BOARD_IWILL_DK8_HTX 7 bool "DK8-HTX" 8config BOARD_IWILL_DK8S2 9 bool "DK8S2" 10config BOARD_IWILL_DK8X 11 bool "DK8X" 12 13endchoice 14 15source "src/mainboard/iwill/dk8_htx/Kconfig" 16source "src/mainboard/iwill/dk8s2/Kconfig" 17source "src/mainboard/iwill/dk8x/Kconfig" 18 19config MAINBOARD_VENDOR 20 string 21 default "IWILL" 22 23endif # VENDOR_IWILL 24

