[1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n'

Message ID 20220422143130.1697636-1-festevam@gmail.com (mailing list archive)
State Accepted
Headers
Series [1/2] media: platform: imx-mipi-csis: Remove unneeded 'default n' |

Commit Message

Fabio Estevam April 22, 2022, 2:31 p.m. UTC
  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(-)
  

Comments

Laurent Pinchart April 23, 2022, 9:18 p.m. UTC | #1
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.
  

Patch

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.