diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-05-29 10:52:46 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-29 10:52:46 -0400 |
commit | fc346270124a1a05a5b3c47f277d467ff410b3ae (patch) | |
tree | 4574f024361e530cbf44c4429b6fe1cb7d3522d6 /drivers | |
parent | 7bcbce55f20e41c014df4d5d9c8448f7b5e49d79 (diff) |
gpio: select IRQ_DOMAIN for gpiolib irqchip helpers
These helpers depend on the IRQ_DOMAIN so select it explicitly,
as it will not be present on all platforms such as Intel
desktops and laptops using Intel-MID.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index fa3cb189f972..4a1b5113e527 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -56,6 +56,7 @@ config GPIO_ACPI | |||
56 | depends on ACPI | 56 | depends on ACPI |
57 | 57 | ||
58 | config GPIOLIB_IRQCHIP | 58 | config GPIOLIB_IRQCHIP |
59 | select IRQ_DOMAIN | ||
59 | bool | 60 | bool |
60 | 61 | ||
61 | config DEBUG_GPIO | 62 | config DEBUG_GPIO |
@@ -710,7 +711,7 @@ config GPIO_AMD8111 | |||
710 | config GPIO_INTEL_MID | 711 | config GPIO_INTEL_MID |
711 | bool "Intel Mid GPIO support" | 712 | bool "Intel Mid GPIO support" |
712 | depends on PCI && X86 | 713 | depends on PCI && X86 |
713 | select IRQ_DOMAIN | 714 | select GPIOLIB_IRQCHIP |
714 | help | 715 | help |
715 | Say Y here to support Intel Mid GPIO. | 716 | Say Y here to support Intel Mid GPIO. |
716 | 717 | ||