2011-02-14 21:02:47 +01:00
|
|
|
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:
|
|
|
|
|
2011-06-23 11:15:55 +02:00
|
|
|
ThinkPad X60s (Model 1702, 1703)
|
|
|
|
ThinkPad X60 (Model 1709)
|
2011-02-14 21:02:47 +01:00
|
|
|
|
2011-04-20 11:12:17 +02:00
|
|
|
config BOARD_LENOVO_T60
|
|
|
|
bool "ThinkPad T60 / T60p"
|
|
|
|
help
|
2011-06-23 11:15:55 +02:00
|
|
|
The following T60 series ThinkPad machines have been verified to
|
|
|
|
work correctly:
|
|
|
|
|
|
|
|
Thinkpad T60p (Model 2007)
|
2011-04-20 11:12:17 +02:00
|
|
|
|
2011-02-14 21:02:47 +01:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
source "src/mainboard/lenovo/x60/Kconfig"
|
2011-04-20 11:12:17 +02:00
|
|
|
source "src/mainboard/lenovo/t60/Kconfig"
|
2011-02-14 21:02:47 +01:00
|
|
|
|
|
|
|
config MAINBOARD_VENDOR
|
|
|
|
string
|
|
|
|
default "Lenovo"
|
|
|
|
|
|
|
|
endif # VENDOR_LENOVO
|