diff mbox series

[v1,1/1] iio: light: Remove "default n" entries

Message ID 20241022143605.3314275-1-andriy.shevchenko@linux.intel.com (mailing list archive)
State Accepted
Headers show
Series [v1,1/1] iio: light: Remove "default n" entries | expand

Commit Message

Andy Shevchenko Oct. 22, 2024, 2:36 p.m. UTC
Linus already once did that for PDx86, don't repeat our mistakes.
TL;DR: 'n' *is* the default 'default'.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/iio/light/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Jonathan Cameron Oct. 22, 2024, 6:29 p.m. UTC | #1
On Tue, 22 Oct 2024 17:36:05 +0300
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> Linus already once did that for PDx86, don't repeat our mistakes.
> TL;DR: 'n' *is* the default 'default'.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Applied.
> ---
>  drivers/iio/light/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
> index 39c0e08a8e06..4d0ba043b65e 100644
> --- a/drivers/iio/light/Kconfig
> +++ b/drivers/iio/light/Kconfig
> @@ -248,7 +248,6 @@ config SENSORS_ISL29018
>  	tristate "Intersil 29018 light and proximity sensor"
>  	depends on I2C
>  	select REGMAP_I2C
> -	default n
>  	help
>  	  If you say yes here you get support for ambient light sensing and
>  	  proximity infrared sensing from Intersil ISL29018.
diff mbox series

Patch

diff --git a/drivers/iio/light/Kconfig b/drivers/iio/light/Kconfig
index 39c0e08a8e06..4d0ba043b65e 100644
--- a/drivers/iio/light/Kconfig
+++ b/drivers/iio/light/Kconfig
@@ -248,7 +248,6 @@  config SENSORS_ISL29018
 	tristate "Intersil 29018 light and proximity sensor"
 	depends on I2C
 	select REGMAP_I2C
-	default n
 	help
 	  If you say yes here you get support for ambient light sensing and
 	  proximity infrared sensing from Intersil ISL29018.