diff options
author | Semen Protsenko <semen.protsenko@globallogic.com> | 2015-01-13 15:41:43 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-15 17:53:56 +0100 |
commit | 479f8a5744d8141e95ef40ab364ae2d3648848ef (patch) | |
tree | f0c06f8e2492517c6bb303a56351916fe61ccf13 /drivers/gpio/Kconfig | |
parent | 43c4bcf9425ef596f9651bd0c647065dc5e9ad50 (diff) |
gpio: max732x: Rewrite IRQ code to use irq_domain API
Signed-off-by: Semen Protsenko <semen.protsenko@globallogic.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 192f97396d12..d24492c59bf9 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -528,6 +528,7 @@ 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 |