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