From e627d409af4a6024cd1a50f221acf7fb08eb3b36 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:45:33 +0200 Subject: [PATCH] drivers: gpio: pca95xx: 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.pca95xx | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/Kconfig.pca95xx b/drivers/gpio/Kconfig.pca95xx index 7711b8b956a..ca27710f687 100644 --- a/drivers/gpio/Kconfig.pca95xx +++ b/drivers/gpio/Kconfig.pca95xx @@ -18,7 +18,6 @@ config GPIO_PCA95XX_INIT_PRIORITY config GPIO_PCA95XX_INTERRUPT bool "Interrupt enable" - default n depends on GPIO_PCA95XX help Enable interrupt support in PCA95XX driver.