summaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2015-01-02 16:19:51 +0100
committerMauro Carvalho Chehab2015-02-14 00:10:12 +0100
commita0246e02f466482a34c8ad94bedbe4efa498662d (patch)
tree0a4a7f135d52a987303f9ac8a9eef3972146780e /drivers/media/Kconfig
parent[media] DocBook: Add tuner subdev at documentation (diff)
downloadkernel-qcow2-linux-a0246e02f466482a34c8ad94bedbe4efa498662d.tar.gz
kernel-qcow2-linux-a0246e02f466482a34c8ad94bedbe4efa498662d.tar.xz
kernel-qcow2-linux-a0246e02f466482a34c8ad94bedbe4efa498662d.zip
[media] dvbdev: add support for media controller
Provide a way to register media controller device nodes at the DVB core. Please notice that the dvbdev callers also require changes for the devices to be registered via the media controller. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
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
config MEDIA_CONTROLLER
bool "Media Controller API"
- depends on MEDIA_CAMERA_SUPPORT
+ depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
---help---
Enable the media controller API used to query media devices internal
topology and configure it dynamically.
This API is mostly used by camera interfaces in embedded platforms.
+config MEDIA_CONTROLLER_DVB
+ bool "Enable Media controller for DVB"
+ depends on MEDIA_CONTROLLER
+ ---help---
+ Enable the media controller API support for DVB.
+
+ This is currently experimental.
+
#
# Video4Linux support
# Only enables if one of the V4L2 types (ATV, webcam, radio) is selected