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 VIDEOBUF2_VMALLOC
8	select BTREE
9	help
10	  Say Y here to enable camera host interface devices for
11	  Broadcom BCM2835 SoC. This operates over the VCHIQ interface
12	  to a service running on VideoCore.
13