From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Subject: [PATCH 3/3] ARM: DRA7xx: Enable crossbar driver for the soc Date: Thu, 18 Jul 2013 22:13:50 +0530 Message-ID: <1374165830-6367-4-git-send-email-r.sricharan@ti.com> References: <1374165830-6367-1-git-send-email-r.sricharan@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1374165830-6367-1-git-send-email-r.sricharan@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Cc: tony@atomide.com, linux@arm.linux.org.uk, nm@ti.com, rnayak@ti.com, balbi@ti.com, r.sricharan@ti.com List-Id: devicetree@vger.kernel.org Enable the crossbar driver to handle the irq/dma crossbar devices in the soc. Signed-off-by: Sricharan R --- arch/arm/mach-omap2/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 80aaadc..3def350 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -120,6 +120,7 @@ config SOC_DRA7XX select ARM_GIC select HAVE_SMP select COMMON_CLK + select CROSSBAR comment "OMAP Core Type" depends on ARCH_OMAP2 -- 1.7.9.5