summaryrefslogtreecommitdiff
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2015-07-30 17:09:00 (GMT)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 19:08:29 (GMT)
commit850a3f7d5911bbbdf3eedf2db9083546d49ea806 (patch)
tree81c93f1d01d64a976800155bdc85c0b3c40762e6 /drivers/media/platform/Kconfig
parent03ad477615c98239cfa41a28c1c38a9a6d6ba291 (diff)
downloadlinux-850a3f7d5911bbbdf3eedf2db9083546d49ea806.tar.xz
[media] c8sectpfe: Add Kconfig and Makefile for the driver
This patch adds the Kconfig and Makefile for the c8sectpfe driver so it will be built. It also selects additional demodulator and tuners which are required by the supported NIM cards. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index ea1cb83..ce3eaf0 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -1,6 +1,6 @@
#
# Platform drivers
-# All drivers here are currently for webcam support
+# Most drivers here are currently for webcam support
menuconfig V4L_PLATFORM_DRIVERS
bool "V4L platform devices"
@@ -292,3 +292,5 @@ config VIDEO_VIM2M
This is a virtual test device for the memory-to-memory driver
framework.
endif #V4L_TEST_DRIVERS
+
+source "drivers/media/platform/sti/c8sectpfe/Kconfig"