blob: cfb986f7eb0fdef6415eef72be2abf07fbfbb426 (
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
|