diff options
author | Semen Protsenko <semen.protsenko@globallogic.com> | 2015-01-13 08:41:43 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-15 11:53:56 -0500 |
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 | |||
528 | config GPIO_MAX732X | 528 | config GPIO_MAX732X |
529 | tristate "MAX7319, MAX7320-7327 I2C Port Expanders" | 529 | tristate "MAX7319, MAX7320-7327 I2C Port Expanders" |
530 | depends on I2C | 530 | depends on I2C |
531 | select IRQ_DOMAIN | ||
531 | help | 532 | help |
532 | Say yes here to support the MAX7319, MAX7320-7327 series of I2C | 533 | Say yes here to support the MAX7319, MAX7320-7327 series of I2C |
533 | Port Expanders. Each IO port on these chips has a fixed role of | 534 | Port Expanders. Each IO port on these chips has a fixed role of |