Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758100Ab2BCWgR (ORCPT ); Fri, 3 Feb 2012 17:36:17 -0500 Received: from mail-tul01m020-f174.google.com ([209.85.214.174]:65429 "EHLO mail-tul01m020-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753682Ab2BCWfV (ORCPT ); Fri, 3 Feb 2012 17:35:21 -0500 From: Rob Herring To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Grant Likely , Thomas Gleixner , shawn.guo@linaro.org, b-cousson@ti.com, Rob Herring Subject: [PATCH v4 1/4] ARM: kconfig: always select IRQ_DOMAIN Date: Fri, 3 Feb 2012 16:35:09 -0600 Message-Id: <1328308512-22594-2-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1328308512-22594-1-git-send-email-robherring2@gmail.com> References: <1328308512-22594-1-git-send-email-robherring2@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1562 Lines: 57 From: Rob Herring irqdomains should ultimately be needed for all platforms, so enable it unconditionally for ARM. Signed-off-by: Rob Herring --- arch/arm/Kconfig | 2 +- arch/arm/common/Kconfig | 2 -- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 24626b0..b21b396 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -32,6 +32,7 @@ config ARM select GENERIC_IRQ_SHOW select CPU_PM if (SUSPEND || CPU_IDLE) select GENERIC_PCI_IOMAP + select IRQ_DOMAIN help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and @@ -1862,7 +1863,6 @@ config USE_OF bool "Flattened Device Tree support" select OF select OF_EARLY_FLATTREE - select IRQ_DOMAIN help Include support for flattened device tree machine descriptions. diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig index 81a933e..2d3fc0c 100644 --- a/arch/arm/common/Kconfig +++ b/arch/arm/common/Kconfig @@ -1,5 +1,4 @@ config ARM_GIC - select IRQ_DOMAIN select MULTI_IRQ_HANDLER bool @@ -7,7 +6,6 @@ config GIC_NON_BANKED bool config ARM_VIC - select IRQ_DOMAIN select MULTI_IRQ_HANDLER bool -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/