aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 49cd30870e0d..3ef0f90b128f 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -87,13 +87,21 @@ config MEDIA_RC_SUPPORT
87 87
88config MEDIA_CONTROLLER 88config MEDIA_CONTROLLER
89 bool "Media Controller API" 89 bool "Media Controller API"
90 depends on MEDIA_CAMERA_SUPPORT 90 depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
91 ---help--- 91 ---help---
92 Enable the media controller API used to query media devices internal 92 Enable the media controller API used to query media devices internal
93 topology and configure it dynamically. 93 topology and configure it dynamically.
94 94
95 This API is mostly used by camera interfaces in embedded platforms. 95 This API is mostly used by camera interfaces in embedded platforms.
96 96
97config MEDIA_CONTROLLER_DVB
98 bool "Enable Media controller for DVB"
99 depends on MEDIA_CONTROLLER
100 ---help---
101 Enable the media controller API support for DVB.
102
103 This is currently experimental.
104
97# 105#
98# Video4Linux support 106# Video4Linux support
99# Only enables if one of the V4L2 types (ATV, webcam, radio) is selected 107# Only enables if one of the V4L2 types (ATV, webcam, radio) is selected