xref: /linux/drivers/media/platform/raspberrypi/pisp_be/Kconfig (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
1config VIDEO_RASPBERRYPI_PISP_BE
2	tristate "Raspberry Pi PiSP Backend (BE) ISP driver"
3	depends on V4L_PLATFORM_DRIVERS
4	depends on VIDEO_DEV
5	depends on ARCH_BCM2835 || COMPILE_TEST
6	select VIDEO_V4L2_SUBDEV_API
7	select MEDIA_CONTROLLER
8	select VIDEOBUF2_DMA_CONTIG
9	help
10	  Say Y here to enable support for the PiSP Backend (BE) ISP driver.
11
12	  To compile this driver as a module, choose M here. The module will be
13	  called pisp-be.
14