]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: vc04_services: add HAS_DMA dependancy
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Nov 2016 08:39:59 +0000 (09:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Nov 2016 08:39:59 +0000 (09:39 +0100)
We need DMA for this, otherwise the build breaks, so fix this up.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Lee Jones <lee@kernel.org>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/Kconfig

index 061ffd261086beca7bcda63b58dc33c3e6c5158d..e61e4ca064a8ab43b4dc4954b22fa3a52310379f 100644 (file)
@@ -1,5 +1,6 @@
 config BCM2835_VCHIQ
        tristate "Videocore VCHIQ"
+       depends on HAS_DMA
        depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
        default y
        help