From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Fri, 31 Jan 2014 18:07:15 -0500 Subject: [PATCH] ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not set In-Reply-To: <20140131230410.GB9804@quad.lixom.net> References: <1389278226-23071-1-git-send-email-santosh.shilimkar@ti.com> <20140131230410.GB9804@quad.lixom.net> Message-ID: <52EC2CA3.5060008@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 31 January 2014 06:04 PM, Olof Johansson wrote: > On Thu, Jan 09, 2014 at 09:37:06AM -0500, Santosh Shilimkar wrote: >> From: Grygorii Strashko >> >> Drop automatic selection of TI_EDMA from Keystone Kconfig file, >> as it produces build warning in case if CONFIG_DMADEVICES is not set: >> >> warning: (ARCH_KEYSTONE) selects TI_EDMA which has unmet direct dependencies (DMADEVICES && (ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE)) >> >> Instead enable TI EDMA support from defconfig. >> >> Reported-by: Russell King >> Signed-off-by: Grygorii Strashko >> Signed-off-by: Santosh Shilimkar >> --- >> >> Kevin, Olof, Arnd, >> >> Please let me know if you can pick this patch in 3.14 arm-soc >> queue or you prefer a pull request for the same. It applies against >> 'next/soc' cleanly. > > Seems like it was missed, I've applied it to fixes now. > Yep. Thanks. Regards, Santosh