aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 19:24:05 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 19:28:23 -0300
commitca05189716c2ce02c60303e9c1228a61d1cb9542 (patch)
treec1a022a6ca16852934ad09d390888a2d0dd854ab /drivers/media/platform/Kconfig
parent7d0ddc91c854f1f42fd7165e259b3573f53c1d73 (diff)
[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>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-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 ce3eaf050ba7..3adf686e005d 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