Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / drivers / media / platform / bcm2835 / Kconfig
1 # Broadcom VideoCore4 V4L2 camera support
2
3 config VIDEO_BCM2835_UNICAM
4         tristate "Broadcom BCM283x/BCM271x Unicam video capture driver"
5         depends on VIDEO_V4L2
6         depends on ARCH_BCM2835 || COMPILE_TEST
7         select VIDEO_V4L2_SUBDEV_API
8         select MEDIA_CONTROLLER
9         select VIDEOBUF2_DMA_CONTIG
10         select V4L2_FWNODE
11         help
12           Say Y here to enable support for the BCM283x/BCM271x CSI-2 receiver.
13           This is a V4L2 driver that controls the CSI-2 receiver directly,
14           independently from the VC4 firmware.
15           This driver is mutually exclusive with the use of bcm2835-camera. The
16           firmware will disable all access to the peripheral from within the
17           firmware if it finds a DT node using it, and bcm2835-camera will
18           therefore fail to probe.
19
20           To compile this driver as a module, choose M here. The module will be
21           called bcm2835-unicam.