23 lines
358 B
Text
23 lines
358 B
Text
|
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
|