[PATCH 1/2] media: Allow to enable the media controller API unconditionally
From: Ezequiel Garcia
Date:  Mon Mar 23 2020 - 17:10:41 EST
In order to enable stateless codec drivers, such as cedrus
and hantro, the media controller API needs to be visible.
Remove the dependency on the support intermediate
configuration in order to allow this.
Signed-off-by: Ezequiel Garcia <ezequiel@xxxxxxxxxxxxx>
---
 drivers/media/mc/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff --git a/drivers/media/mc/Kconfig b/drivers/media/mc/Kconfig
index 3b9795cfcb36..9382e35211ca 100644
--- a/drivers/media/mc/Kconfig
+++ b/drivers/media/mc/Kconfig
@@ -5,7 +5,6 @@
 
 config MEDIA_CONTROLLER
 	bool "Media Controller API"
-	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.
-- 
2.26.0.rc2