All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n'
@ 2022-04-22 14:31 Fabio Estevam
  2022-04-22 14:31 ` [PATCH 2/2] media: platform: video-viu: Do not select it by default Fabio Estevam
  2022-04-23 21:18 ` [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n' Laurent Pinchart
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2022-04-22 14:31 UTC (permalink / raw)
  To: mchehab; +Cc: laurent.pinchart, rmfrfs, linux-media, agust, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

There is no need to pass 'default n' in Kconfig, as by default the
CONFIG_VIDEO_IMX_MIPI_CSIS option is not selected.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 drivers/media/platform/nxp/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig
index 5afa373e534f..a0810df751dc 100644
--- a/drivers/media/platform/nxp/Kconfig
+++ b/drivers/media/platform/nxp/Kconfig
@@ -11,7 +11,6 @@ config VIDEO_IMX_MIPI_CSIS
 	select MEDIA_CONTROLLER
 	select V4L2_FWNODE
 	select VIDEO_V4L2_SUBDEV_API
-	default n
 	help
 	  Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
 	  v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.
-- 
2.25.1


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

* [PATCH 2/2] media: platform: video-viu: Do not select it by default
  2022-04-22 14:31 [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n' Fabio Estevam
@ 2022-04-22 14:31 ` Fabio Estevam
  2022-04-23 21:26   ` Laurent Pinchart
  2022-04-23 21:18 ` [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n' Laurent Pinchart
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2022-04-22 14:31 UTC (permalink / raw)
  To: mchehab; +Cc: laurent.pinchart, rmfrfs, linux-media, agust, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

The video viu driver is not a vital one for booting purposes.

Remove the unneeded 'default y' option.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 drivers/media/platform/nxp/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig
index a0810df751dc..1ac0a6e91111 100644
--- a/drivers/media/platform/nxp/Kconfig
+++ b/drivers/media/platform/nxp/Kconfig
@@ -20,7 +20,6 @@ config VIDEO_VIU
 	depends on V4L_PLATFORM_DRIVERS
 	depends on VIDEO_DEV && (PPC_MPC512x || COMPILE_TEST) && I2C
 	select VIDEOBUF_DMA_CONTIG
-	default y
 	help
 	  Support for Freescale VIU video driver. This device captures
 	  video data, or overlays video on DIU frame buffer.
-- 
2.25.1


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

* Re: [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n'
  2022-04-22 14:31 [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n' Fabio Estevam
  2022-04-22 14:31 ` [PATCH 2/2] media: platform: video-viu: Do not select it by default Fabio Estevam
@ 2022-04-23 21:18 ` Laurent Pinchart
  1 sibling, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2022-04-23 21:18 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: mchehab, rmfrfs, linux-media, agust, Fabio Estevam

Hi Fabio,

Thank you for the patch.

On Fri, Apr 22, 2022 at 11:31:29AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> There is no need to pass 'default n' in Kconfig, as by default the
> CONFIG_VIDEO_IMX_MIPI_CSIS option is not selected.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  drivers/media/platform/nxp/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig
> index 5afa373e534f..a0810df751dc 100644
> --- a/drivers/media/platform/nxp/Kconfig
> +++ b/drivers/media/platform/nxp/Kconfig
> @@ -11,7 +11,6 @@ config VIDEO_IMX_MIPI_CSIS
>  	select MEDIA_CONTROLLER
>  	select V4L2_FWNODE
>  	select VIDEO_V4L2_SUBDEV_API
> -	default n
>  	help
>  	  Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
>  	  v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 2/2] media: platform: video-viu: Do not select it by default
  2022-04-22 14:31 ` [PATCH 2/2] media: platform: video-viu: Do not select it by default Fabio Estevam
@ 2022-04-23 21:26   ` Laurent Pinchart
  0 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2022-04-23 21:26 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: mchehab, rmfrfs, linux-media, agust, Fabio Estevam

Hi Fabio,

Thank you for the patch.

On Fri, Apr 22, 2022 at 11:31:30AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The video viu driver is not a vital one for booting purposes.
> 
> Remove the unneeded 'default y' option.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  drivers/media/platform/nxp/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig
> index a0810df751dc..1ac0a6e91111 100644
> --- a/drivers/media/platform/nxp/Kconfig
> +++ b/drivers/media/platform/nxp/Kconfig
> @@ -20,7 +20,6 @@ config VIDEO_VIU
>  	depends on V4L_PLATFORM_DRIVERS
>  	depends on VIDEO_DEV && (PPC_MPC512x || COMPILE_TEST) && I2C
>  	select VIDEOBUF_DMA_CONTIG
> -	default y
>  	help
>  	  Support for Freescale VIU video driver. This device captures
>  	  video data, or overlays video on DIU frame buffer.

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2022-04-23 21:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 14:31 [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n' Fabio Estevam
2022-04-22 14:31 ` [PATCH 2/2] media: platform: video-viu: Do not select it by default Fabio Estevam
2022-04-23 21:26   ` Laurent Pinchart
2022-04-23 21:18 ` [PATCH 1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n' Laurent Pinchart

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.