From f47682e586c093c896856d318bc3806d2cdad66d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 29 Oct 2017 19:33:39 +0100 Subject: mb/lenovo: Add Lenovo W500 as clone of Lenovo T400 At ECC 2017 user Bob reports, that an image built for the Lenovo T500 runs on the Lenovo W500 without any issues. Change-Id: I17fd9725ab85ba2f0c99a70f40e35432265a81c1 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/22226 Reviewed-by: Felix Held Reviewed-by: Felix Singer Reviewed-by: Alexander Couzens Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t400/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/t400/Kconfig') diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index 2b378574a5..bea87372e8 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -1,4 +1,4 @@ -if BOARD_LENOVO_T400 || BOARD_LENOVO_T500 || BOARD_LENOVO_R400 +if BOARD_LENOVO_T400 || BOARD_LENOVO_T500 || BOARD_LENOVO_R400 || BOARD_LENOVO_W500 config BOARD_SPECIFIC_OPTIONS # dummy def_bool y -- cgit v1.2.3