diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-08-04 10:48:12 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-08-09 15:16:44 +0200 |
commit | a33493775dd141a99bcd2aac9a5b6b7e8385b5a4 (patch) | |
tree | 3d89ddc9e5e3b5995995e6f80074b0901aee5c8c /arch | |
parent | b434f5c95d2d9318482fda3af615ebcda7e2c0da (diff) | |
download | linux-a33493775dd141a99bcd2aac9a5b6b7e8385b5a4.tar.gz linux-a33493775dd141a99bcd2aac9a5b6b7e8385b5a4.tar.bz2 linux-a33493775dd141a99bcd2aac9a5b6b7e8385b5a4.zip |
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 <arnd@arndb.de>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index f725b9637b33..3c9f32f9b6b4 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -192,6 +192,7 @@ CONFIG_RTC_DRV_MC13XXX=y CONFIG_RTC_DRV_MXC=y CONFIG_DMADEVICES=y CONFIG_IMX_SDMA=y +CONFIG_MXS_DMA=y CONFIG_COMMON_CLK_DEBUG=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_EXT2_FS=y |