Commit fc346270 authored by Linus Walleij's avatar Linus Walleij

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7bcbce55
...@@ -56,6 +56,7 @@ config GPIO_ACPI ...@@ -56,6 +56,7 @@ config GPIO_ACPI
depends on ACPI depends on ACPI
config GPIOLIB_IRQCHIP config GPIOLIB_IRQCHIP
select IRQ_DOMAIN
bool bool
config DEBUG_GPIO config DEBUG_GPIO
...@@ -710,7 +711,7 @@ config GPIO_AMD8111 ...@@ -710,7 +711,7 @@ config GPIO_AMD8111
config GPIO_INTEL_MID config GPIO_INTEL_MID
bool "Intel Mid GPIO support" bool "Intel Mid GPIO support"
depends on PCI && X86 depends on PCI && X86
select IRQ_DOMAIN select GPIOLIB_IRQCHIP
help help
Say Y here to support Intel Mid GPIO. Say Y here to support Intel Mid GPIO.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment