blob: d0712ae644ed5decc13477eaa0b9d0d5510b1606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
if VENDOR_PACKARDBELL
choice
prompt "Mainboard model"
config BOARD_PACKARDBELL_MS2290
bool "EasyNote LM85 (MS2290)"
help
EasyNote LM85 laptop
endchoice
source "src/mainboard/packardbell/ms2290/Kconfig"
config MAINBOARD_VENDOR
string
default "Packard Bell"
endif # VENDOR_PACKARDBELL
|