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

Commit 32f2fe59 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mauro Carvalho Chehab
Browse files

media: c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMA



If NO_DMA=y:

    ERROR: "bad_dma_ops" [drivers/media/platform/sti/c8sectpfe/c8sectpfe.ko] undefined!

Add a dependency on HAS_DMA to fix this.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c6a69269
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config DVB_C8SECTPFE
	tristate "STMicroelectronics C8SECTPFE DVB support"
	depends on PINCTRL && DVB_CORE && I2C
	depends on PINCTRL && DVB_CORE && I2C && HAS_DMA
	depends on ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST
	select FW_LOADER
	select DEBUG_FS