forked from Minki/linux
mmc: MMC_MTK should depend on HAS_DMA
If NO_DMA=y: ERROR: "dma_alloc_coherent" [drivers/mmc/host/mtk-sd.ko] undefined! ERROR: "dma_unmap_sg" [drivers/mmc/host/mtk-sd.ko] undefined! ERROR: "dma_map_sg" [drivers/mmc/host/mtk-sd.ko] undefined! ERROR: "dma_free_coherent" [drivers/mmc/host/mtk-sd.ko] undefined! Add a dependency on HAS_DMA to fix this. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
7ac020366b
commit
c2b22fff71
@ -779,6 +779,7 @@ config MMC_TOSHIBA_PCI
|
|||||||
|
|
||||||
config MMC_MTK
|
config MMC_MTK
|
||||||
tristate "MediaTek SD/MMC Card Interface support"
|
tristate "MediaTek SD/MMC Card Interface support"
|
||||||
|
depends on HAS_DMA
|
||||||
help
|
help
|
||||||
This selects the MediaTek(R) Secure digital and Multimedia card Interface.
|
This selects the MediaTek(R) Secure digital and Multimedia card Interface.
|
||||||
If you have a machine with a integrated SD/MMC card reader, say Y or M here.
|
If you have a machine with a integrated SD/MMC card reader, say Y or M here.
|
||||||
|
Loading…
Reference in New Issue
Block a user