]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not set
authorGrygorii Strashko <grygorii.strashko@ti.com>
Thu, 9 Jan 2014 14:37:06 +0000 (09:37 -0500)
committerOlof Johansson <olof@lixom.net>
Fri, 31 Jan 2014 23:03:53 +0000 (15:03 -0800)
commit719f65ed4f1d7f76f9447ce84e2a611de43f986d
treec8795bf745578e1b53f82f87f402ff869bf24d6b
parent1dcb048936afb4de61a55302024a082574d4a758
ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not set

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 <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/configs/keystone_defconfig
arch/arm/mach-keystone/Kconfig