From: Arnd Bergmann Date: Sat, 4 Aug 2012 10:48:12 +0000 (+0000) Subject: ARM: imx: gpmi-nand depends on mxs-dma X-Git-Tag: v3.6-rc2~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33493775dd141a99bcd2aac9a5b6b7e8385b5a4;p=pandora-kernel.git ARM: imx: gpmi-nand depends on mxs-dma It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with both enabled. drivers/built-in.o: In function `gpmi_dma_filter': clk-fixed-factor.c:(.text+0xafc18): undefined reference to `mxs_dma_is_apbh' make[1]: *** [vmlinux] Error 1 make: *** [sub-make] Error 2 Signed-off-by: Arnd Bergmann Acked-by: Dirk Behme Cc: Shawn Guo Cc: Sascha Hauer --- Reading git-diff-tree failed