Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b786a8ad authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Greg Kroah-Hartman
Browse files

Staging: most: MOST and MOSTCORE should depend on HAS_DMA



If NO_DMA=y:

    ERROR: "dma_free_coherent" [drivers/staging/most/mostcore/mostcore.ko] undefined!
    ERROR: "dma_alloc_coherent" [drivers/staging/most/mostcore/mostcore.ko] undefined!

As all MOST sub drivers use DMA functionality, add a dependency on
HAS_DMA to MOSTCORE, and to MOST, which selects MOSTCORE.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarChristian Gromm <christian.gromm@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4de2ced7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
menuconfig MOST
        tristate "MOST driver"
	depends on HAS_DMA
        select MOSTCORE
        default n
        ---help---
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

config MOSTCORE
	tristate "MOST Core"
	depends on HAS_DMA

	---help---
	  Say Y here if you want to enable MOST support.