diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-06-04 14:13:06 -0500 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-06-10 05:57:45 +0200 |
commit | 93b4745d93433788281653f2927d22ed5d8a77c3 (patch) | |
tree | 5c2579cdd48c8734eb697b9b20d0e7c0b8b51c33 /src/mainboard/lenovo/t400/Kconfig | |
parent | 4b373c9de93d168770c8b212bcac377ffbfa0fe0 (diff) |
mainboards/lenovo/t400: Remove X200-specific code
Change-Id: Ic3503938b996bbf31f1417923f019a7bc722b9fd
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/10429
Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/lenovo/t400/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/t400/Kconfig | 9 |
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 |