aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 84d85b921d6d..7f5a7cac6dc7 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -79,8 +79,7 @@ config MEDIA_RC_SUPPORT
79# 79#
80 80
81config MEDIA_CONTROLLER 81config MEDIA_CONTROLLER
82 bool "Media Controller API (EXPERIMENTAL)" 82 bool "Media Controller API"
83 depends on EXPERIMENTAL
84 depends on MEDIA_CAMERA_SUPPORT 83 depends on MEDIA_CAMERA_SUPPORT
85 ---help--- 84 ---help---
86 Enable the media controller API used to query media devices internal 85 Enable the media controller API used to query media devices internal
@@ -100,8 +99,8 @@ config VIDEO_DEV
100 default y 99 default y
101 100
102config VIDEO_V4L2_SUBDEV_API 101config VIDEO_V4L2_SUBDEV_API
103 bool "V4L2 sub-device userspace API (EXPERIMENTAL)" 102 bool "V4L2 sub-device userspace API"
104 depends on VIDEO_DEV && MEDIA_CONTROLLER && EXPERIMENTAL 103 depends on VIDEO_DEV && MEDIA_CONTROLLER
105 ---help--- 104 ---help---
106 Enables the V4L2 sub-device pad-level userspace API used to configure 105 Enables the V4L2 sub-device pad-level userspace API used to configure
107 video format, size and frame rate between hardware blocks. 106 video format, size and frame rate between hardware blocks.