0326165a01
Change-Id: I4f1a5d99486929eb0be76a0ab3bf0158a23c7d36 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/59 Tested-by: build bot (Jenkins)
32 lines
624 B
Text
32 lines
624 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 1702, 1703)
|
|
ThinkPad X60 (Model 1709)
|
|
|
|
config BOARD_LENOVO_T60
|
|
bool "ThinkPad T60 / T60p"
|
|
help
|
|
The following T60 series ThinkPad machines have been verified to
|
|
work correctly:
|
|
|
|
Thinkpad T60p (Model 2007)
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/lenovo/x60/Kconfig"
|
|
source "src/mainboard/lenovo/t60/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "Lenovo"
|
|
|
|
endif # VENDOR_LENOVO
|