[PATCH 10/10] staging: bcm2835-camera: remove depends on ARM
Michael Zoran
mzoran at crowfest.net
Thu Mar 9 21:08:59 PST 2017
Since all the arm64 specific issues have been fixed now
and the camera is working fine with a arm64 kernel, the
depends on ARM can be removed from Kconfig.
Signed-off-by: Michael Zoran <mzoran at crowfest.net>
---
drivers/staging/vc04_services/bcm2835-camera/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/vc04_services/bcm2835-camera/Kconfig b/drivers/staging/vc04_services/bcm2835-camera/Kconfig
index 8aa87d864bca..b8b01aa4e426 100644
--- a/drivers/staging/vc04_services/bcm2835-camera/Kconfig
+++ b/drivers/staging/vc04_services/bcm2835-camera/Kconfig
@@ -2,7 +2,6 @@ config VIDEO_BCM2835
tristate "BCM2835 Camera"
depends on MEDIA_SUPPORT
depends on VIDEO_V4L2 && (ARCH_BCM2835 || COMPILE_TEST)
- depends on ARM
select BCM2835_VCHIQ
select VIDEOBUF2_VMALLOC
select BTREE
--
2.11.0
More information about the linux-rpi-kernel
mailing list