[coreboot-gerrit] New patch to review for coreboot: drivers/intel/gma: Guard GFX_GMA_* configs

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Mon Mar 13 19:59:15 CET 2017


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18795

-gerrit

commit 3f466ed7cb72c4c054eae773cb521718f4cbe8ce
Author: Nico Huber <nico.h at gmx.de>
Date:   Mon Mar 13 19:56:01 2017 +0100

    drivers/intel/gma: Guard GFX_GMA_* configs
    
    It's confusing to have these Kconfig symbols for non-Intel boards.
    
    Change-Id: I4903c816258e5d2b8ed8704295b777aee175e8bc
    Signed-off-by: Nico Huber <nico.h at gmx.de>
---
 src/drivers/intel/gma/Kconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig
index 23290d5..04579f3 100644
--- a/src/drivers/intel/gma/Kconfig
+++ b/src/drivers/intel/gma/Kconfig
@@ -53,6 +53,16 @@ config INTEL_GMA_SSC_ALTERNATE_REF
 	  supported platform with a choice seems to be Pineview, where the
 	  alternative is 100MHz vs. the default 96MHz.
 
+
+config GFX_GMA
+	def_bool y
+	depends on NORTHBRIDGE_INTEL_NEHALEM || NORTHBRIDGE_INTEL_SANDYBRIDGE \
+		   || NORTHBRIDGE_INTEL_IVYBRIDGE || NORTHBRIDGE_INTEL_HASWELL \
+		   || SOC_INTEL_BROADWELL || SOC_INTEL_SKYLAKE
+	depends on MAINBOARD_USE_LIBGFXINIT
+
+if GFX_GMA
+
 config GFX_GMA_CPU
 	string
 	default "Skylake" if SOC_INTEL_SKYLAKE
@@ -103,3 +113,5 @@ config GFX_GMA_ANALOG_I2C_PORT
 	  Boards with a DVI-I connector share the I2C pins for both analog and
 	  digital displays. In that case, the EDID for a VGA display has to be
 	  read over the I2C interface of the coupled digital port.
+
+endif



More information about the coreboot-gerrit mailing list