blob: 5b519b7f5055a04e35c7543657610fe2f65e93c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if VENDOR_IBASE
choice
prompt "Mainboard model"
source "src/mainboard/ibase/*/Kconfig.name"
endchoice
source "src/mainboard/ibase/*/Kconfig"
config MAINBOARD_VENDOR
default "iBase"
endif # VENDOR_IBASE
|