[PATCH 6/6] staging: vc04_services: Update makefile to use CONFIG_BCM_VIDEOCORE

Michael Zoran mzoran at crowfest.net
Fri Mar 17 08:22:21 PDT 2017


The toplevel config for vc04_services is CONFIG_BCM2835_VCHIQ.

Since other drivers are being added that don't use vchiq,
change the toplevel Makefile to use CONFIG_BCM_VIDEOCORE.

Signed-off-by: Michael Zoran <mzoran at crowfest.net>
---
 drivers/staging/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 3671dc59579e..f5760ca7a8cf 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -39,5 +39,5 @@ obj-$(CONFIG_WILC1000)		+= wilc1000/
 obj-$(CONFIG_MOST)		+= most/
 obj-$(CONFIG_KS7010)		+= ks7010/
 obj-$(CONFIG_GREYBUS)		+= greybus/
-obj-$(CONFIG_BCM2835_VCHIQ)	+= vc04_services/
+obj-$(CONFIG_BCM_VIDEOCORE)	+= vc04_services/
 
-- 
2.11.0




More information about the linux-rpi-kernel mailing list