199b75a4eSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2212afb97SMichael Zoranconfig VIDEO_BCM2835
3128aacf2SMichael Zoran	tristate "BCM2835 Camera"
4212afb97SMichael Zoran	depends on MEDIA_SUPPORT
5*9958d30fSMauro Carvalho Chehab	depends on VIDEO_DEV && (ARCH_BCM2835 || COMPILE_TEST)
632c2aafcSMichael Zoran	select BCM2835_VCHIQ
7b18ee53aSJacopo Mondi	select BCM2835_VCHIQ_MMAL
8212afb97SMichael Zoran	select VIDEOBUF2_VMALLOC
94e6bafdfSMichael Zoran	select BTREE
10212afb97SMichael Zoran	help
11212afb97SMichael Zoran	  Say Y here to enable camera host interface devices for
12212afb97SMichael Zoran	  Broadcom BCM2835 SoC. This operates over the VCHIQ interface
13212afb97SMichael Zoran	  to a service running on VideoCore.
14