diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 14:21:30 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 14:30:50 +0300 |
commit | 61a7f24a3f148b3fe491154943221f1a7fa729b7 (patch) | |
tree | 19dc97eb7705072e8f51797dc4fe5089f441d614 /drivers/video/omap2/displays-new/Kconfig | |
parent | 3cb07ee66bca756921f0e967b687f4d0e05ba439 (diff) | |
download | lwn-61a7f24a3f148b3fe491154943221f1a7fa729b7.tar.gz lwn-61a7f24a3f148b3fe491154943221f1a7fa729b7.zip |
OMAPDSS: Add new Analog TV Connector driver
Add Analog TV 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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/omap2/displays-new/Kconfig index 9a66413959a1..532663814532 100644 --- a/drivers/video/omap2/displays-new/Kconfig +++ b/drivers/video/omap2/displays-new/Kconfig @@ -23,4 +23,9 @@ config DISPLAY_CONNECTOR_HDMI help Driver for a generic HDMI connector. +config DISPLAY_CONNECTOR_ANALOG_TV + tristate "Analog TV Connector" + help + Driver for a generic analog TV connector. + endmenu |