aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorTomasz Stanislawski <t.stanislaws@samsung.com>2011-03-02 11:16:37 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:56:01 -0400
commita52074ee7ad0b9ed4b4180c843d1c3114374e172 (patch)
treec847b6c30e476c0e696f2ef3866053339c2cbe83 /drivers/media/video/Kconfig
parent5930ab2ba089e05c8de594c36836724f8df7725e (diff)
[media] v4l: s5p-tv: add drivers for HDMI on Samsung S5P platform
Add drivers for HDMI outputs on Samsung platforms from S5P family. Drivers are 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/Kconfig')
-rw-r--r--drivers/media/video/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 509a5da8e814..176ac49e9c73 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -971,6 +971,8 @@ config VIDEO_S5P_MIPI_CSIS
971 To compile this driver as a module, choose M here: the 971 To compile this driver as a module, choose M here: the
972 module will be called s5p-csis. 972 module will be called s5p-csis.
973 973
974source "drivers/media/video/s5p-tv/Kconfig"
975
974# 976#
975# USB Multimedia device configuration 977# USB Multimedia device configuration
976# 978#