mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Mar 2 22:59:01 PST 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=5e0899db69e27abfdc1c6223ca74f479acdedaa6
Commit:     5e0899db69e27abfdc1c6223ca74f479acdedaa6
Parent:     e423c90a6520d704cd885d742b499dfd6b0f6277
Author:     Geert Uytterhoeven <geert at linux-m68k.org>
AuthorDate: Sun Mar 1 10:35:52 2015 +0100
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Mon Mar 2 22:55:56 2015 -0800

    mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA
    
    If NO_DMA=y:
    
        drivers/built-in.o: In function `hisi_nfc_probe':
        hisi504_nand.c:(.text+0x23e646): undefined reference to `dmam_alloc_coherent'
    
    Signed-off-by: Geert Uytterhoeven <geert at linux-m68k.org>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 5b76a17..5897d8d 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -526,6 +526,7 @@ config MTD_NAND_SUNXI
 
 config MTD_NAND_HISI504
 	tristate "Support for NAND controller on Hisilicon SoC Hip04"
+	depends on HAS_DMA
 	help
 	  Enables support for NAND controller on Hisilicon SoC Hip04.
 



More information about the linux-mtd-cvs mailing list