blob: da10e4e2ef088def06cf0fda10c440ec40330998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
if VENDOR_LENOVO
choice
prompt "Mainboard model"
config BOARD_LENOVO_X60
bool "ThinkPad X60 / X60s"
help
The following X60 series ThinkPad machines have been verified to
work correctly:
ThinkPad X60s (Model 1703)
endchoice
source "src/mainboard/lenovo/x60/Kconfig"
config MAINBOARD_VENDOR
string
default "Lenovo"
endif # VENDOR_LENOVO
|