From: Richard Weinberger Date: Mon, 25 Jan 2016 22:24:17 +0000 (+0100) Subject: irqchip: Fix dependencies for archs w/o HAS_IOMEM X-Git-Tag: v4.5-rc2~11^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0df337cf92c107fb515c9df6907052a97bd484b9;p=thirdparty%2Fkernel%2Flinux.git irqchip: Fix dependencies for archs w/o HAS_IOMEM Not every arch has io memory. So, unbreak the build by fixing the dependencies. Signed-off-by: Richard Weinberger Cc: user-mode-linux-devel@lists.sourceforge.net Cc: Jason Cooper Cc: Marc Zyngier Link: http://lkml.kernel.org/r/1453760661-1444-19-git-send-email-richard@nod.at Signed-off-by: Thomas Gleixner --- diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 11fc2a27fa2ea..90ab591078303 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -154,6 +154,7 @@ config TB10X_IRQC config TS4800_IRQ tristate "TS-4800 IRQ controller" select IRQ_DOMAIN + depends on HAS_IOMEM help Support for the TS-4800 FPGA IRQ controller