public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] vicodec: Drop unneeded symbol dependency
@ 2018-09-10 15:21 Ezequiel Garcia
  2018-09-10 15:21 ` [PATCH 2/2] vicodec: Drop unused job_abort() Ezequiel Garcia
  2018-09-10 15:23 ` [PATCH 1/2] vicodec: Drop unneeded symbol dependency Hans Verkuil
  0 siblings, 2 replies; 5+ messages in thread
From: Ezequiel Garcia @ 2018-09-10 15:21 UTC (permalink / raw)
  To: linux-media; +Cc: Hans Verkuil, Ezequiel Garcia

The vicodec doesn't use the Subdev API, so drop the dependency.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
---
 drivers/media/platform/vicodec/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/vicodec/Kconfig b/drivers/media/platform/vicodec/Kconfig
index 2503bcb1529f..ad13329e3461 100644
--- a/drivers/media/platform/vicodec/Kconfig
+++ b/drivers/media/platform/vicodec/Kconfig
@@ -1,6 +1,6 @@
 config VIDEO_VICODEC
 	tristate "Virtual Codec Driver"
-	depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+	depends on VIDEO_DEV && VIDEO_V4L2
 	select VIDEOBUF2_VMALLOC
 	select V4L2_MEM2MEM_DEV
 	default n
-- 
2.19.0.rc2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-10 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 15:21 [PATCH 1/2] vicodec: Drop unneeded symbol dependency Ezequiel Garcia
2018-09-10 15:21 ` [PATCH 2/2] vicodec: Drop unused job_abort() Ezequiel Garcia
2018-09-10 15:23 ` [PATCH 1/2] vicodec: Drop unneeded symbol dependency Hans Verkuil
2018-09-10 15:44   ` Ezequiel Garcia
2018-09-10 15:51     ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox