199b75a4eSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2212afb97SMichael Zoranconfig VIDEO_BCM2835
3128aacf2SMichael Zoran	tristate "BCM2835 Camera"
4212afb97SMichael Zoran	depends on MEDIA_SUPPORT
59958d30fSMauro Carvalho Chehab	depends on VIDEO_DEV && (ARCH_BCM2835 || COMPILE_TEST)
6*f3e93e3eSGeert Uytterhoeven	select BCM2835_VCHIQ if HAS_DMA
7*f3e93e3eSGeert Uytterhoeven	select BCM2835_VCHIQ_MMAL if HAS_DMA
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