diff options
Diffstat (limited to 'drivers/gpio')
-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 | ||