aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-08-18 07:03:59 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2013-08-30 16:42:24 -0400
commitda887588af616236e55976039debd0a877a4bf92 (patch)
treeeddb33e612573a24b72e2289975ff20c164aa529 /drivers/mtd
parent44a417fa0fbf41a48f09cf90d06550764b530c0e (diff)
mtd: MTD_NAND_DENALI should depend on HAS_DMA
If NO_DMA=y: drivers/built-in.o: In function `denali_remove': drivers/mtd/nand/denali.c:1605: undefined reference to `dma_unmap_single' drivers/built-in.o: In function `denali_read_page_raw': drivers/mtd/nand/denali.c:1190: undefined reference to `dma_sync_single_for_cpu' drivers/built-in.o: In function `denali_read_page': drivers/mtd/nand/denali.c:1140: undefined reference to `dma_sync_single_for_cpu' drivers/built-in.o: In function `write_page': drivers/mtd/nand/denali.c:1051: undefined reference to `dma_sync_single_for_cpu' drivers/built-in.o: In function `denali_init': drivers/mtd/nand/denali.c:1433: undefined reference to `dma_set_mask' drivers/mtd/nand/denali.c:1438: undefined reference to `dma_map_single' drivers/mtd/nand/denali.c:1442: undefined reference to `dma_mapping_error' Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 86c135b14cb3..e28021c472a9 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -43,6 +43,7 @@ config MTD_SM_COMMON
43 43
44config MTD_NAND_DENALI 44config MTD_NAND_DENALI
45 tristate "Support Denali NAND controller" 45 tristate "Support Denali NAND controller"
46 depends on HAS_DMA
46 help 47 help
47 Enable support for the Denali NAND controller. This should be 48 Enable support for the Denali NAND controller. This should be
48 combined with either the PCI or platform drivers to provide device 49 combined with either the PCI or platform drivers to provide device