24 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3config VIDEO_BCM2835_UNICAM4 tristate "Broadcom BCM283x/BCM271x Unicam video capture driver"5 depends on ARCH_BCM2835 || COMPILE_TEST6 depends on COMMON_CLK && PM7 depends on VIDEO_DEV8 select MEDIA_CONTROLLER9 select V4L2_FWNODE10 select VIDEO_V4L2_SUBDEV_API11 select VIDEOBUF2_DMA_CONTIG12 help13 Say Y here to enable support for the BCM283x/BCM271x CSI-2 receiver.14 This is a V4L2 driver that controls the CSI-2 receiver directly,15 independently from the VC4 firmware.16 17 This driver is mutually exclusive with the use of bcm2835-camera. The18 firmware will disable all access to the peripheral from within the19 firmware if it finds a DT node using it, and bcm2835-camera will20 therefore fail to probe.21 22 To compile this driver as a module, choose M here. The module will be23 called bcm2835-unicam.24