diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-06-23 11:15:55 +0200 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-06-23 11:35:52 +0200 |
commit | 0326165a0140235e4abeb54f54cfc543ec949384 (patch) | |
tree | 41ab0484e5846dd95fa0026f4a9192be36b160be /src | |
parent | d266b6a999adde8784dc79e6470a898207ba90c9 (diff) |
Add ThinkPad models
Change-Id: I4f1a5d99486929eb0be76a0ab3bf0158a23c7d36
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/59
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig index a08a5cc6e9..8ee27782de 100644 --- a/src/mainboard/lenovo/Kconfig +++ b/src/mainboard/lenovo/Kconfig @@ -9,11 +9,16 @@ config BOARD_LENOVO_X60 The following X60 series ThinkPad machines have been verified to work correctly: - ThinkPad X60s (Model 1703) + 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 |