diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-29 10:48:21 +0200 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-02-29 22:42:28 +0000 |
commit | c9043ff9e6c863f5d8eb5c53f24ef565cb1ceecb (patch) | |
tree | 631384743039823fa60925c3a8386ae8f9cbb306 | |
parent | e29206381a1436e0f47c0f5b9a23159a03c57715 (diff) | |
download | linux-3.10-c9043ff9e6c863f5d8eb5c53f24ef565cb1ceecb.tar.gz linux-3.10-c9043ff9e6c863f5d8eb5c53f24ef565cb1ceecb.tar.bz2 linux-3.10-c9043ff9e6c863f5d8eb5c53f24ef565cb1ceecb.zip |
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: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index 74d29b55290..408a9927be9 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig @@ -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. |