summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s5p-tv/Kconfig
diff options
context:
space:
mode:
authorTomasz Stanislawski2011-02-02 09:40:08 +0100
committerMauro Carvalho Chehab2011-07-27 22:56:01 +0200
commit9a498400fede652a5ada51e74ae47bba99c7ed07 (patch)
treeda6745b56bf4da4cd11642f8d20b0e5b20fc46ac /drivers/media/video/s5p-tv/Kconfig
parent[media] v4l: s5p-tv: add drivers for HDMI on Samsung S5P platform (diff)
downloadkernel-qcow2-linux-9a498400fede652a5ada51e74ae47bba99c7ed07.tar.gz
kernel-qcow2-linux-9a498400fede652a5ada51e74ae47bba99c7ed07.tar.xz
kernel-qcow2-linux-9a498400fede652a5ada51e74ae47bba99c7ed07.zip
[media] v4l: s5p-tv: add SDO driver for Samsung S5P platform
Add drivers for Standard Definition output (SDO) on Samsung platforms from S5P family. The driver provides control over streaming analog TV via Composite connector. Driver is using: - v4l2 framework - runtime PM Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Reviewed-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-tv/Kconfig')
-rw-r--r--drivers/media/video/s5p-tv/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-tv/Kconfig b/drivers/media/video/s5p-tv/Kconfig
index 893be5b36773..9c1f6343f077 100644
--- a/drivers/media/video/s5p-tv/Kconfig
+++ b/drivers/media/video/s5p-tv/Kconfig
@@ -46,4 +46,15 @@ config VIDEO_SAMSUNG_S5P_HDMIPHY
as module. It is an I2C driver, that exposes a V4L2
subdev for use by other drivers.
+config VIDEO_SAMSUNG_S5P_SDO
+ tristate "Samsung Analog TV Driver"
+ depends on VIDEO_DEV && VIDEO_V4L2
+ depends on VIDEO_SAMSUNG_S5P_TV
+ help
+ Say Y here if you want support for the analog TV output
+ interface in S5P Samsung SoC. The driver can be compiled
+ as module. It is an auxiliary driver, that exposes a V4L2
+ subdev for use by other drivers. This driver requires
+ hdmiphy driver to work correctly.
+
endif # VIDEO_SAMSUNG_S5P_TV