projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e292063
)
OMAPDSS: panel-dvi: Add Kconfig dependency on I2C
author
Tomi Valkeinen
<
[email protected]
>
Wed, 29 Feb 2012 08:48:21 +0000
(10:48 +0200)
committer
Florian Tobias Schandinat
<
[email protected]
>
Wed, 29 Feb 2012 22:42:28 +0000
(22:42 +0000)
panel-dvi uses i2c, but the Kconfig didn't have dependency on I2C. Add
it.
Signed-off-by: Tomi Valkeinen <
[email protected]
>
Signed-off-by: Florian Tobias Schandinat <
[email protected]
>
drivers/video/omap2/displays/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/omap2/displays/Kconfig
b/drivers/video/omap2/displays/Kconfig
index 74d29b552901e3ee5a6ee1d5b65f86da6eb124ad..408a9927be925159d9dd93d7fddfbf96eb3389c6 100644
(file)
--- 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.