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 <mzo...@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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to