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:
parent
1afccdf3f1
commit
e627d409af
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ config GPIO_PCA95XX_INIT_PRIORITY
|
||||||
|
|
||||||
config GPIO_PCA95XX_INTERRUPT
|
config GPIO_PCA95XX_INTERRUPT
|
||||||
bool "Interrupt enable"
|
bool "Interrupt enable"
|
||||||
default n
|
|
||||||
depends on GPIO_PCA95XX
|
depends on GPIO_PCA95XX
|
||||||
help
|
help
|
||||||
Enable interrupt support in PCA95XX driver.
|
Enable interrupt support in PCA95XX driver.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue