Re: [PATCH] mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA

2015-03-02 Thread Brian Norris
On Sun, Mar 01, 2015 at 10:35:52AM +0100, Geert Uytterhoeven wrote:
> 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 

Looks good. Pushed to linux-mtd.git. Thanks!

Brian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA

2015-03-02 Thread Brian Norris
On Sun, Mar 01, 2015 at 10:35:52AM +0100, Geert Uytterhoeven wrote:
 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 ge...@linux-m68k.org

Looks good. Pushed to linux-mtd.git. Thanks!

Brian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA

2015-03-01 Thread Geert Uytterhoeven
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 
---
 drivers/mtd/nand/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 5b76a173cd95d6d5..5897d8d8fa5a962d 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.
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA

2015-03-01 Thread Geert Uytterhoeven
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 ge...@linux-m68k.org
---
 drivers/mtd/nand/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 5b76a173cd95d6d5..5897d8d8fa5a962d 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.
 
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/