Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9043ff9 authored by Tomi Valkeinen's avatar Tomi Valkeinen Committed by Florian Tobias Schandinat
Browse files

OMAPDSS: panel-dvi: Add Kconfig dependency on I2C



panel-dvi uses i2c, but the Kconfig didn't have dependency on I2C. Add
it.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent e2920638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ config PANEL_GENERIC_DPI

config PANEL_DVI
	tristate "DVI output"
	depends on OMAP2_DSS_DPI
	depends on OMAP2_DSS_DPI && I2C
	help
	  Driver for external monitors, connected via DVI. The driver uses i2c
	  to read EDID information from the monitor.