From 2bb16a52180f06742231d756b6c29f3345c63586 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath Date: Wed, 27 Jan 2016 21:58:50 +0100 Subject: mainboard/lenovo: Add support for the Lenovo ThinkPad X220i The ThinkPad X220i is essentially identical to the ThinkPad X220 but it has a Sandybridge i3 (instead of a Sandybridge i5/i7) CPU and the VGA_BIOS_ID differs. Thus, support is added by using the X220 mainboard directory and setting the VGA_BIOS_ID in Kconfig. Change-Id: I33345a099c617e8c87a1de64b7254b7e7716ca90 Signed-off-by: Christopher Spinrath Reviewed-on: https://review.coreboot.org/13594 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens --- src/mainboard/lenovo/x220/Kconfig.name | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/lenovo/x220/Kconfig.name') diff --git a/src/mainboard/lenovo/x220/Kconfig.name b/src/mainboard/lenovo/x220/Kconfig.name index 0eb3c3201a..0f9d3fcfb7 100644 --- a/src/mainboard/lenovo/x220/Kconfig.name +++ b/src/mainboard/lenovo/x220/Kconfig.name @@ -1,2 +1,5 @@ config BOARD_LENOVO_X220 bool "ThinkPad X220" + +config BOARD_LENOVO_X220I + bool "ThinkPad X220i" -- cgit v1.2.3