summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t530/Kconfig
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-07-29 14:42:26 +1000
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-09-12 19:20:33 +0200
commit5fcae806531a0c4a9a8216c2a1a16d326eb2a1db (patch)
tree5d42374f3f7dc3ee10abbab2ad171e9c062ebba3 /src/mainboard/lenovo/t530/Kconfig
parent1633261979a9cdec4e6b0ebeb12dac361d3cd8a4 (diff)
downloadcoreboot-5fcae806531a0c4a9a8216c2a1a16d326eb2a1db.tar.xz
lenovo/t530: Use native LVDS gfx init
As introduced in: 1783a3c ivybridge: LVDS gfx init. The panel on the T530 is a AUO B156HW01 V.4, 40 pin LVDS (2 ch, 6-bit). Tx parameters derived from datasheet table. Change-Id: I2e3b56a2a3d1ede08a704b839cc11fe6d685cf5b Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6395 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com> Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/t530/Kconfig')
-rw-r--r--src/mainboard/lenovo/t530/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 8e49277db3..c34b647634 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -14,6 +14,12 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select HAVE_ACPI_RESUME
select HAVE_SMI_HANDLER
select INTEL_INT15
+ select EARLY_CBMEM_INIT
+ select VGA
+ select INTEL_EDID
+ select MAINBOARD_HAS_NATIVE_VGA_INIT
+ select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
+ select IVYBRIDGE_LVDS
# Workaround for EC/KBC IRQ1.
select SERIRQ_CONTINUOUS_MODE