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

View file

@ -23,7 +23,6 @@ config GPIO_SX1509B_INIT_PRIORITY
config GPIO_SX1509B_INTERRUPT config GPIO_SX1509B_INTERRUPT
bool "Interrupt enable" bool "Interrupt enable"
default n
help help
Enable support for interrupts on GPIO pins. Enable support for interrupts on GPIO pins.