aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t400/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t400/Kconfig')
-rw-r--r--src/mainboard/lenovo/t400/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index 7bae12d56e..e410f20038 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_LENOVO_X200
+if BOARD_LENOVO_T400
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
@@ -22,15 +22,14 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
select INTEL_INT15
select SUPERIO_NSC_PC87382
- select DRIVERS_LENOVO_WACOM
config MAINBOARD_DIR
string
- default lenovo/x200
+ default lenovo/t400
config MAINBOARD_PART_NUMBER
string
- default "ThinkPad X200"
+ default "ThinkPad T400"
config MMCONF_BASE_ADDRESS
hex
@@ -48,4 +47,4 @@ config CBFS_SIZE
hex
default 0x200000
-endif # BOARD_LENOVO_X200
+endif # BOARD_LENOVO_T400