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 <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 10:45:33 +02:00 committed by Marti Bolivar
commit e627d409af

View file

@ -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.