diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-04-20 09:12:17 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-04-20 09:12:17 +0000 |
commit | d8129f92c0cbd6a561195c1628ba3f9f98eccd50 (patch) | |
tree | 74f733c0b0c4b18cda311604ba7be639e75d0010 /src/mainboard/lenovo/Kconfig | |
parent | ea3b58532a0b13cc8569ef3e1fb7a242ef4a8e79 (diff) | |
download | coreboot-d8129f92c0cbd6a561195c1628ba3f9f98eccd50.tar.xz |
Add Lenovo ThinkPad T60
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6530 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lenovo/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig index da10e4e2ef..a08a5cc6e9 100644 --- a/src/mainboard/lenovo/Kconfig +++ b/src/mainboard/lenovo/Kconfig @@ -11,9 +11,14 @@ config BOARD_LENOVO_X60 ThinkPad X60s (Model 1703) +config BOARD_LENOVO_T60 + bool "ThinkPad T60 / T60p" + help + endchoice source "src/mainboard/lenovo/x60/Kconfig" +source "src/mainboard/lenovo/t60/Kconfig" config MAINBOARD_VENDOR string |