From: Linus Walleij Date: Thu, 29 May 2014 14:52:46 +0000 (+0200) Subject: gpio: select IRQ_DOMAIN for gpiolib irqchip helpers X-Git-Tag: firefly_0821_release~176^2~3465^2~56^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fc346270124a1a05a5b3c47f277d467ff410b3ae;p=firefly-linux-kernel-4.4.55.git 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 --- 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 depends on ACPI config GPIOLIB_IRQCHIP + select IRQ_DOMAIN bool config DEBUG_GPIO @@ -710,7 +711,7 @@ config GPIO_AMD8111 config GPIO_INTEL_MID bool "Intel Mid GPIO support" depends on PCI && X86 - select IRQ_DOMAIN + select GPIOLIB_IRQCHIP help Say Y here to support Intel Mid GPIO.