From f5f4c80e9a439cd3797ccfacb8393c4d7db3bdc4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 17 Nov 2016 09:39:59 +0100 Subject: [PATCH] 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 --- drivers/staging/vc04_services/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/vc04_services/Kconfig b/drivers/staging/vc04_services/Kconfig index 061ffd2..e61e4ca 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 -- 2.7.4