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 depends on PM 7 select VIDEO_V4L2_SUBDEV_API 8 select MEDIA_CONTROLLER 9 select VIDEOBUF2_DMA_CONTIG 10 help 11 Say Y here to enable support for the PiSP Backend (BE) ISP driver. 12 13 To compile this driver as a module, choose M here. The module will be 14 called pisp-be. 15