]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/Kconfig
gpio: max732x: convert to GPIOLIB_IRQCHIP
[karo-tx-linux.git] / drivers / gpio / Kconfig
index c1e2ca3d9a51b15763739f0d9783ab06abab0260..09bc70b3875b57969d1e7df3fa3a3ea2e8a2b20a 100644 (file)
@@ -543,7 +543,6 @@ config GPIO_MAX7300
 config GPIO_MAX732X
        tristate "MAX7319, MAX7320-7327 I2C Port Expanders"
        depends on I2C
-       select IRQ_DOMAIN
        help
          Say yes here to support the MAX7319, MAX7320-7327 series of I2C
          Port Expanders. Each IO port on these chips has a fixed role of
@@ -563,6 +562,7 @@ config GPIO_MAX732X
 config GPIO_MAX732X_IRQ
        bool "Interrupt controller support for MAX732x"
        depends on GPIO_MAX732X=y
+       select GPIOLIB_IRQCHIP
        help
          Say yes here to enable the max732x to be used as an interrupt
          controller. It requires the driver to be built in the kernel.