diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-02-04 07:39:01 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-06 04:33:47 -0500 |
commit | a5d6d271b388330a21ff75bca928fefb8489a6f5 (patch) | |
tree | 5495f346b509e8b52b6bac0f918bbc5ff48ea33d /drivers/gpio/Kconfig | |
parent | 781f6d710d4482eab05cfaad50060a0ea8c0e4e0 (diff) |
gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP
commit f1f70479e999 "gpio: pl061: support irqdomain" drops the support of
irq generic chip and use irqdomain instead. Thus fixes the dependency by
selecting IRQ_DOMAIN rather than GENERIC_IRQ_CHIP.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 697338772b64..2ca735f976b7 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -228,7 +228,7 @@ config GPIO_OCTEON | |||
228 | config GPIO_PL061 | 228 | config GPIO_PL061 |
229 | bool "PrimeCell PL061 GPIO support" | 229 | bool "PrimeCell PL061 GPIO support" |
230 | depends on ARM_AMBA | 230 | depends on ARM_AMBA |
231 | select GENERIC_IRQ_CHIP | 231 | select IRQ_DOMAIN |
232 | help | 232 | help |
233 | Say yes here to support the PrimeCell PL061 GPIO device | 233 | Say yes here to support the PrimeCell PL061 GPIO device |
234 | 234 | ||