1# SPDX-License-Identifier: GPL-2.0 2config VIDEO_BCM2835 3 tristate "BCM2835 Camera" 4 depends on MEDIA_SUPPORT 5 depends on VIDEO_V4L2 && (ARCH_BCM2835 || COMPILE_TEST) 6 select BCM2835_VCHIQ 7 select BCM2835_VCHIQ_MMAL 8 select VIDEOBUF2_VMALLOC 9 select BTREE 10 help 11 Say Y here to enable camera host interface devices for 12 Broadcom BCM2835 SoC. This operates over the VCHIQ interface 13 to a service running on VideoCore. 14