From: Greg Kroah-Hartman Date: Thu, 17 Nov 2016 08:39:59 +0000 (+0100) Subject: staging: vc04_services: add HAS_DMA dependancy X-Git-Tag: v4.10-rc1~148^2~225 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=f5f4c80e9a439cd3797ccfacb8393c4d7db3bdc4;p=karo-tx-linux.git staging: vc04_services: add HAS_DMA dependancy We need DMA for this, otherwise the build breaks, so fix this up. Reported-by: kbuild test robot Cc: Stephen Warren Cc: Lee Jones Cc: Eric Anholt Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/Kconfig b/drivers/staging/vc04_services/Kconfig index 061ffd261086..e61e4ca064a8 100644 --- a/drivers/staging/vc04_services/Kconfig +++ b/drivers/staging/vc04_services/Kconfig @@ -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