+1
−1
Loading
If CONFIG_NO_DMA=y:
ERROR: modpost: "dma_free_pages" [drivers/mtd/nand/ecc-realtek.ko] undefined!
ERROR: modpost: "dma_alloc_pages" [drivers/mtd/nand/ecc-realtek.ko] undefined!
The driver cannot function without DMA, hence fix this by adding a
dependency on HAS_DMA.
Fixes: 3148d0e5 ("mtd: nand: realtek-ecc: Add Realtek external ECC engine support")
Signed-off-by:
Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by:
Miquel Raynal <miquel.raynal@bootlin.com>