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.name | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/mainboard/lenovo/t400/Kconfig.name') diff --git a/src/mainboard/lenovo/t400/Kconfig.name b/src/mainboard/lenovo/t400/Kconfig.name index 56a575e317..d459ce9236 100644 --- a/src/mainboard/lenovo/t400/Kconfig.name +++ b/src/mainboard/lenovo/t400/Kconfig.name @@ -1,2 +1,11 @@ config BOARD_LENOVO_T400 bool "ThinkPad T400" + +config BOARD_LENOVO_T500 + bool "ThinkPad T500" + +config BOARD_LENOVO_R400 + bool "ThinkPad R400" + +config BOARD_LENOVO_W500 + bool "ThinkPad W500" -- cgit v1.2.3