[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200323211022.28297-2-ezequiel@collabora.com>
Date:   Mon, 23 Mar 2020 18:10:21 -0300
From:   Ezequiel Garcia <ezequiel@...labora.com>
To:     linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     Tomasz Figa <tfiga@...omium.org>,
        Nicolas Dufresne <nicolas@...fresne.ca>, kernel@...labora.com,
        Hans Verkuil <hverkuil@...all.nl>, Sean Young <sean@...s.org>,
        Philipp Zabel <p.zabel@...gutronix.de>,
        Laurent Pinchart <laurent.pinchart@...asonboard.com>,
        Sakari Ailus <sakari.ailus@....fi>,
        Michael Ira Krufky <mkrufky@...il.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>,
        Helen Koike <helen.koike@...labora.com>,
        Ezequiel Garcia <ezequiel@...labora.com>
Subject: [PATCH 1/2] media: Allow to enable the media controller API unconditionally
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@...labora.com>
---
 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
Powered by blists - more mailing lists