blob: 0a9a454b8ece407fa5cfcaa808c8b71e7ba9693c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
if VENDOR_LIPPERT
comment "was acquired by ADLINK"
choice
prompt "Mainboard model"
source "src/mainboard/lippert/*/Kconfig.name"
endchoice
source "src/mainboard/lippert/*/Kconfig"
config MAINBOARD_VENDOR
default "LiPPERT"
endif # VENDOR_LIPPERT
|