aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/intel/gma/Kconfig15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig
index 635de1c87a..c515888a1b 100644
--- a/src/drivers/intel/gma/Kconfig
+++ b/src/drivers/intel/gma/Kconfig
@@ -68,6 +68,14 @@ config GFX_GMA_ANALOG_I2C_HDMI_C
config GFX_GMA_ANALOG_I2C_HDMI_D
bool
+config GFX_GMA_IGNORE_PRESENCE_STRAPS
+ def_bool n
+ depends on MAINBOARD_HAS_LIBGFXINIT
+ help
+ libgfxinit uses the GPU presence straps to determine if a display port
+ is present/enabled. Select this option if a board doesn't correctly implement
+ these straps, causing libgfxinit to fail to detect an attached panel.
+
config GFX_GMA
def_bool y
depends on NORTHBRIDGE_INTEL_GM45 || NORTHBRIDGE_INTEL_X4X \
@@ -127,11 +135,4 @@ config GFX_GMA_ANALOG_I2C_PORT
digital displays. In that case, the EDID for a VGA display has to be
read over the I2C interface of the coupled digital port.
-config GFX_GMA_IGNORE_PRESENCE_STRAPS
- def_bool n
- help
- libgfxinit uses the GPU presence straps to determine if a display port
- is present/enabled. Select this option if a board doesn't correctly implement
- these straps, causing libgfxinit to fail to detect an attached panel.
-
endif