diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 13:20:45 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 13:30:03 +0200 |
commit | 348077b154357eec595068a3336ef6beb870e6f3 (patch) | |
tree | 081d3697a47016cc0c129d5abbdba1399c8c3b04 /drivers/video/omap2/displays-new/Kconfig | |
parent | OMAPDSS: Add new TPD12S015 Encoder driver (diff) | |
download | linux-348077b154357eec595068a3336ef6beb870e6f3.tar.xz linux-348077b154357eec595068a3336ef6beb870e6f3.zip |
OMAPDSS: Add new DVI Connector driver
Add DVI Connector driver which uses the new DSS device model and DSS
ops.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays-new/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays-new/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/omap2/displays-new/Kconfig index 6e4af85cf182..76570fc94c51 100644 --- a/drivers/video/omap2/displays-new/Kconfig +++ b/drivers/video/omap2/displays-new/Kconfig @@ -12,4 +12,10 @@ config DISPLAY_ENCODER_TPD12S015 Driver for TPD12S015, which offers HDMI ESD protection and level shifting. +config DISPLAY_CONNECTOR_DVI + tristate "DVI Connector" + depends on I2C + help + Driver for a generic DVI connector. + endmenu |