diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-07-30 14:09:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 16:08:29 -0300 |
commit | 850a3f7d5911bbbdf3eedf2db9083546d49ea806 (patch) | |
tree | 81c93f1d01d64a976800155bdc85c0b3c40762e6 /drivers/media/platform/Kconfig | |
parent | 03ad477615c98239cfa41a28c1c38a9a6d6ba291 (diff) | |
download | op-kernel-dev-850a3f7d5911bbbdf3eedf2db9083546d49ea806.zip op-kernel-dev-850a3f7d5911bbbdf3eedf2db9083546d49ea806.tar.gz |
[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/Kconfig | 4 |
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" |