summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 22:24:05 (GMT)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 22:28:23 (GMT)
commitca05189716c2ce02c60303e9c1228a61d1cb9542 (patch)
treec1a022a6ca16852934ad09d390888a2d0dd854ab
parent7d0ddc91c854f1f42fd7165e259b3573f53c1d73 (diff)
downloadlinux-ca05189716c2ce02c60303e9c1228a61d1cb9542.tar.xz
[media] c8sectpfe: use a new Kconfig menu for DVB platform drivers
While this is the first DVB platform drivers, let's keep the Kconfig options well organized, adding it on its own DVB menu. Of course, it should depend on MEDIA_DIGITAL_TV_SUPPORT, as this enables all DVB-related menus. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--drivers/media/platform/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index ce3eaf0..3adf686 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -293,4 +293,13 @@ config VIDEO_VIM2M
framework.
endif #V4L_TEST_DRIVERS
+menuconfig DVB_PLATFORM_DRIVERS
+ bool "DVB platform devices"
+ depends on MEDIA_DIGITAL_TV_SUPPORT
+ default n
+ ---help---
+ Say Y here to enable support for platform-specific Digital TV drivers.
+
+if DVB_PLATFORM_DRIVERS
source "drivers/media/platform/sti/c8sectpfe/Kconfig"
+endif #DVB_PLATFORM_DRIVERS