From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 10 Jul 2013 00:50:17 -0700 Subject: [PATCH] ARM: omap2: add select of TI_PRIV_EDMA In-Reply-To: <1373359054-5007-1-git-send-email-olof@lixom.net> References: <1373359054-5007-1-git-send-email-olof@lixom.net> Message-ID: <20130710075017.GM5523@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Olof Johansson [130709 01:44]: > "ARM: OMAP: build mach-omap code only if needed" moved around the > ARCH_OMAP2PLUS stanza, but accidentally dropped the seleciton of > TI_PRIV_EDMA in the process. Add it back. > > Cc: Arnd Bergmann Acked-by: Tony Lindgren > Signed-off-by: Olof Johansson > > --- > > I noticed the original patch was a bit down in the fixes branch, so > instead of rebasing I checked this in on top. > > -Olof > > 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 5c14051..58152b1 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -99,6 +99,7 @@ config ARCH_OMAP2PLUS > select PROC_DEVICETREE if PROC_FS > select SOC_BUS > select SPARSE_IRQ > + select TI_PRIV_EDMA > select USE_OF > help > Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 > -- > 1.8.1.192.gc4361b8 >