Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32c2aafc authored by Michael Zoran's avatar Michael Zoran Committed by Greg Kroah-Hartman
Browse files

staging: bcm2835-camera: select BCM2835_VCHIQ rather then depending on it.



Change the camera's dependency on BCM2835_VCHIQ to a select
since camera support is typically more important to people
then base VCHIQ(which they may not even know what it's for).

Also, with a dependency the camera support would not be
visiable until VCHIQ is selected first, and that may
not be what most people would expect.

Signed-off-by: default avatarMichael Zoran <mzoran@crowfest.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8400dbe9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,8 +2,8 @@ config VIDEO_BCM2835
	tristate "BCM2835 Camera"
	tristate "BCM2835 Camera"
	depends on MEDIA_SUPPORT
	depends on MEDIA_SUPPORT
	depends on VIDEO_V4L2 && (ARCH_BCM2835 || COMPILE_TEST)
	depends on VIDEO_V4L2 && (ARCH_BCM2835 || COMPILE_TEST)
	depends on BCM2835_VCHIQ
	depends on ARM
	depends on ARM
	select BCM2835_VCHIQ
	select VIDEOBUF2_VMALLOC
	select VIDEOBUF2_VMALLOC
	help
	help
	  Say Y here to enable camera host interface devices for
	  Say Y here to enable camera host interface devices for