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: submit/tizen/20170828.023313~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2152f29ea323e2b42f779906ccf320825345194b;p=platform%2Fkernel%2Flinux-rpi3.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