aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 18:24:05 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 18:28:23 -0400
commitca05189716c2ce02c60303e9c1228a61d1cb9542 (patch)
treec1a022a6ca16852934ad09d390888a2d0dd854ab
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>
-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
293 framework. 293 framework.
294endif #V4L_TEST_DRIVERS 294endif #V4L_TEST_DRIVERS
295 295
296menuconfig DVB_PLATFORM_DRIVERS
297 bool "DVB platform devices"
298 depends on MEDIA_DIGITAL_TV_SUPPORT
299 default n
300 ---help---
301 Say Y here to enable support for platform-specific Digital TV drivers.
302
303if DVB_PLATFORM_DRIVERS
296source "drivers/media/platform/sti/c8sectpfe/Kconfig" 304source "drivers/media/platform/sti/c8sectpfe/Kconfig"
305endif #DVB_PLATFORM_DRIVERS