From ec9122b6493e9b5334bb44b0327b9d7e8247906e Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:45:46 +0200 Subject: [PATCH] drivers: gpio: sx1509b: remove superfluous default n for boolean bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas --- drivers/gpio/Kconfig.sx1509b | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/Kconfig.sx1509b b/drivers/gpio/Kconfig.sx1509b index 31faafb07bd..07d30a52539 100644 --- a/drivers/gpio/Kconfig.sx1509b +++ b/drivers/gpio/Kconfig.sx1509b @@ -23,7 +23,6 @@ config GPIO_SX1509B_INIT_PRIORITY config GPIO_SX1509B_INTERRUPT bool "Interrupt enable" - default n help Enable support for interrupts on GPIO pins.