From c423d7d8f1ecb0de79590f7cd7cb99a6dc0e73d8 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 16 Sep 2018 15:50:15 +0200 Subject: mb/lenovo/{T500, R400, W500}: Unify variants under T400 A negative side-effect is that those boards disappear from the board-status output, but this is an issue on all variants. Change-Id: Ic80804dc1f7d9c6f83ceee3db667019532c31d4c Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/28626 Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t400/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mainboard/lenovo/t400/Kconfig') diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index bea87372e8..96f4188f05 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -1,4 +1,5 @@ -if BOARD_LENOVO_T400 || BOARD_LENOVO_T500 || BOARD_LENOVO_R400 || BOARD_LENOVO_W500 +if BOARD_LENOVO_T400 || BOARD_LENOVO_T500 || BOARD_LENOVO_R400 \ + || BOARD_LENOVO_W500 config BOARD_SPECIFIC_OPTIONS # dummy def_bool y @@ -28,13 +29,12 @@ config MAINBOARD_DIR string default lenovo/t400 -if BOARD_LENOVO_T400 - config MAINBOARD_PART_NUMBER string - default "ThinkPad T400" - -endif + default "ThinkPad T400" if BOARD_LENOVO_T400 + default "ThinkPad T500" if BOARD_LENOVO_T500 + default "ThinkPad R400" if BOARD_LENOVO_R400 + default "ThinkPad W500" if BOARD_LENOVO_W500 config USBDEBUG_HCD_INDEX int -- cgit v1.2.3