Skip to content

Commit

Permalink
gpio: pca935x: Allow IRQ support for driver built as a module
Browse files Browse the repository at this point in the history
Perhaps by some historical reasons the IRQ support has been allowed
only for built-in driver. However, there is nothing prevents us
to build it as module an use as IRQ chip.

Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
  • Loading branch information
andy-shev authored and brgl committed May 25, 2020
1 parent 22e4ebd commit e33a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ config GPIO_PCA953X

config GPIO_PCA953X_IRQ
bool "Interrupt controller support for PCA953x"
depends on GPIO_PCA953X=y
depends on GPIO_PCA953X
select GPIOLIB_IRQCHIP
help
Say yes here to enable the pca953x to be used as an interrupt
Expand Down

0 comments on commit e33a58a

Please sign in to comment.