staging: bcm2835-camera: remove depends on ARM
authorMichael Zoran <mzoran@crowfest.net>
Fri, 10 Mar 2017 05:08:59 +0000 (21:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2017 09:12:10 +0000 (10:12 +0100)
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@crowfest.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-camera/Kconfig

index 8aa87d864bca6ae747ed8335249022a8e01f6087..b8b01aa4e4267a376a2d3234da0a99ed4bfb9b3a 100644 (file)
@@ -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