media: c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMA
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 19 Nov 2017 18:57:17 +0000 (13:57 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 13 Dec 2017 13:00:34 +0000 (08:00 -0500)
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: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/sti/c8sectpfe/Kconfig

index 7420a50..740190f 100644 (file)
@@ -1,6 +1,6 @@
 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