blob: 76cf305f82337180da0779203ade324f06e75647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
string
default "LiPPERT"
endif # VENDOR_LIPPERT
|