summaryrefslogtreecommitdiff
path: root/src/mainboard/iwill/Kconfig
blob: 4a157954ab30c9ff3ab5d458a997b9bb65485e7a (plain)
1
2
3
4
5
6
7
8
9
10
choice
	prompt "Mainboard model"
	depends on VENDOR_IWILL

source "src/mainboard/iwill/dk8_htx/Kconfig"
source "src/mainboard/iwill/dk8s2/Kconfig"
source "src/mainboard/iwill/dk8x/Kconfig"

endchoice