diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-07-30 19:09:00 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 21:08:29 +0200 |
commit | 850a3f7d5911bbbdf3eedf2db9083546d49ea806 (patch) | |
tree | 81c93f1d01d64a976800155bdc85c0b3c40762e6 /drivers/media/platform/Makefile | |
parent | [media] c8sectpfe: Add c8sectpfe debugfs support (diff) | |
download | linux-850a3f7d5911bbbdf3eedf2db9083546d49ea806.tar.xz linux-850a3f7d5911bbbdf3eedf2db9083546d49ea806.zip |
[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/Makefile')
-rw-r--r-- | drivers/media/platform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/Makefile b/drivers/media/platform/Makefile index c2d17c3407e9..efa0295af87b 100644 --- a/drivers/media/platform/Makefile +++ b/drivers/media/platform/Makefile @@ -35,6 +35,7 @@ obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d/ obj-$(CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC) += exynos-gsc/ obj-$(CONFIG_VIDEO_STI_BDISP) += sti/bdisp/ +obj-$(CONFIG_DVB_C8SECTPFE) += sti/c8sectpfe/ obj-$(CONFIG_BLACKFIN) += blackfin/ |