From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: linux-media@vger.kernel.org, hverkuil@xs4all.nl
Subject: Re: [PATCH 1/1] media: Kconfig: Select MEDIA_CONTROLLER for VIDEO_V4L2_SUBDEV_API
Date: Tue, 5 Mar 2024 00:59:07 +0200 [thread overview]
Message-ID: <20240304225907.GA12503@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20240304185125.33713-1-sakari.ailus@linux.intel.com>
Hi Sakari,
Thank you for the patch.
On Mon, Mar 04, 2024 at 08:51:25PM +0200, Sakari Ailus wrote:
> MEDIA_CONTROLLER has no dependencies and VIDEO_V4L2_SUBDEV_API depends on
> it. Select MEDIA_CONTROLLER instead of depending on it. This way Kconfig
> options elsewhere do only need to select VIDEO_V4L2_SUBDEV_API, not both.
>
> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
> ---
> Mostly untested but seems reasonable. MEDIA_CONTROLLER has no dependencies
> anymore.
It seems reasonable to me too, but I think it would make sense to drop
in the same patch the manual selection of MEDIA_CONTROLLER for the
Kconfig symbols that already select VIDEO_V4L2_SUBDEV_API.
> drivers/media/v4l2-core/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/media/v4l2-core/Kconfig b/drivers/media/v4l2-core/Kconfig
> index 331b8e535e5b..d55eff3f31b0 100644
> --- a/drivers/media/v4l2-core/Kconfig
> +++ b/drivers/media/v4l2-core/Kconfig
> @@ -10,7 +10,8 @@ config VIDEO_V4L2_I2C
>
> config VIDEO_V4L2_SUBDEV_API
> bool
> - depends on VIDEO_DEV && MEDIA_CONTROLLER
> + depends on VIDEO_DEV
> + select MEDIA_CONTROLLER
> help
> Enables the V4L2 sub-device pad-level userspace API used to configure
> video format, size and frame rate between hardware blocks.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2024-03-04 22:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-04 18:51 [PATCH 1/1] media: Kconfig: Select MEDIA_CONTROLLER for VIDEO_V4L2_SUBDEV_API Sakari Ailus
2024-03-04 22:59 ` Laurent Pinchart [this message]
2024-03-05 6:50 ` Sakari Ailus
2024-05-23 8:53 ` Laurent Pinchart
2024-05-23 9:48 ` Sakari Ailus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240304225907.GA12503@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox