All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make V4L2_MEM2MEM_DEV manually selectable.
@ 2021-03-01 23:52 Wren Turkal
  2021-03-02  0:25 ` Wren Turkal
  0 siblings, 1 reply; 2+ messages in thread
From: Wren Turkal @ 2021-03-01 23:52 UTC (permalink / raw)
  To: linux-media; +Cc: Wren Turkal

The V4L2_MEM2MEM_DEV config item enables the mem2mem framework
in the v4l2 core code. This framework is used by mem2mem drivers.
I would like to be able to turn this feature on in order to
expose the related symbols so that I can work on a module that
is not yet ready to be submitted for inclusion itself.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
---
 drivers/media/v4l2-core/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/v4l2-core/Kconfig b/drivers/media/v4l2-core/Kconfig
index bf49f83cb86f..25004137a982 100644
--- a/drivers/media/v4l2-core/Kconfig
+++ b/drivers/media/v4l2-core/Kconfig
@@ -54,7 +54,7 @@ config V4L2_H264
 
 # Used by drivers that need v4l2-mem2mem.ko
 config V4L2_MEM2MEM_DEV
-	tristate
+	tristate "V4L2 mem2mem framework support"
 	depends on VIDEOBUF2_CORE
 
 # Used by LED subsystem flash drivers
-- 
2.30.1


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

* Re: [PATCH] Make V4L2_MEM2MEM_DEV manually selectable.
  2021-03-01 23:52 [PATCH] Make V4L2_MEM2MEM_DEV manually selectable Wren Turkal
@ 2021-03-02  0:25 ` Wren Turkal
  0 siblings, 0 replies; 2+ messages in thread
From: Wren Turkal @ 2021-03-02  0:25 UTC (permalink / raw)
  To: Wren Turkal, Mauro Carvalho Chehab; +Cc: linux-media

Mauro,

I think I should have sent the original mail to you. If this is
incorrect, I apologize as this is my first attempt to
propose a patch for Linux. PTAL or help me find the right
way forward.

Thanks,
wt

On 3/1/21 3:52 PM, Wren Turkal wrote:
> The V4L2_MEM2MEM_DEV config item enables the mem2mem framework
> in the v4l2 core code. This framework is used by mem2mem drivers.
> I would like to be able to turn this feature on in order to
> expose the related symbols so that I can work on a module that
> is not yet ready to be submitted for inclusion itself.
>
> Signed-off-by: Wren Turkal <wt@penguintechs.org>
> ---
>   drivers/media/v4l2-core/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/v4l2-core/Kconfig b/drivers/media/v4l2-core/Kconfig
> index bf49f83cb86f..25004137a982 100644
> --- a/drivers/media/v4l2-core/Kconfig
> +++ b/drivers/media/v4l2-core/Kconfig
> @@ -54,7 +54,7 @@ config V4L2_H264
>   
>   # Used by drivers that need v4l2-mem2mem.ko
>   config V4L2_MEM2MEM_DEV
> -	tristate
> +	tristate "V4L2 mem2mem framework support"
>   	depends on VIDEOBUF2_CORE
>   
>   # Used by LED subsystem flash drivers


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

end of thread, other threads:[~2021-03-02 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 23:52 [PATCH] Make V4L2_MEM2MEM_DEV manually selectable Wren Turkal
2021-03-02  0:25 ` Wren Turkal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.