[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-0df337cf92c107fb515c9df6907052a97bd484b9@git.kernel.org>
Date: Tue, 26 Jan 2016 07:04:10 -0800
From: tip-bot for Richard Weinberger <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, marc.zyngier@....com, tglx@...utronix.de,
jason@...edaemon.net, linux-kernel@...r.kernel.org,
mingo@...nel.org, richard@....at
Subject: [tip:irq/urgent] irqchip: Fix dependencies for archs w/
o HAS_IOMEM
Commit-ID: 0df337cf92c107fb515c9df6907052a97bd484b9
Gitweb: http://git.kernel.org/tip/0df337cf92c107fb515c9df6907052a97bd484b9
Author: Richard Weinberger <richard@....at>
AuthorDate: Mon, 25 Jan 2016 23:24:17 +0100
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Tue, 26 Jan 2016 16:00:14 +0100
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 <richard@....at>
Cc: user-mode-linux-devel@...ts.sourceforge.net
Cc: Jason Cooper <jason@...edaemon.net>
Cc: Marc Zyngier <marc.zyngier@....com>
Link: http://lkml.kernel.org/r/1453760661-1444-19-git-send-email-richard@nod.at
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
drivers/irqchip/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 11fc2a2..90ab591 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
Powered by blists - more mailing lists