From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966471AbcAZPEj (ORCPT ); Tue, 26 Jan 2016 10:04:39 -0500 Received: from terminus.zytor.com ([198.137.202.10]:50110 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965184AbcAZPEg (ORCPT ); Tue, 26 Jan 2016 10:04:36 -0500 Date: Tue, 26 Jan 2016 07:04:10 -0800 From: tip-bot for Richard Weinberger Message-ID: Cc: hpa@zytor.com, marc.zyngier@arm.com, tglx@linutronix.de, jason@lakedaemon.net, linux-kernel@vger.kernel.org, mingo@kernel.org, richard@nod.at Reply-To: tglx@linutronix.de, marc.zyngier@arm.com, hpa@zytor.com, richard@nod.at, jason@lakedaemon.net, mingo@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <1453760661-1444-19-git-send-email-richard@nod.at> References: <1453760661-1444-19-git-send-email-richard@nod.at> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/urgent] irqchip: Fix dependencies for archs w/ o HAS_IOMEM Git-Commit-ID: 0df337cf92c107fb515c9df6907052a97bd484b9 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 0df337cf92c107fb515c9df6907052a97bd484b9 Gitweb: http://git.kernel.org/tip/0df337cf92c107fb515c9df6907052a97bd484b9 Author: Richard Weinberger AuthorDate: Mon, 25 Jan 2016 23:24:17 +0100 Committer: Thomas Gleixner 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 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 --- 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