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