brintos

brintos / linux-shallow public Read only

0
0
Text · 436 B · 46765a2 Raw
14 lines · plain
1config VIDEO_RASPBERRYPI_PISP_BE2	tristate "Raspberry Pi PiSP Backend (BE) ISP driver"3	depends on V4L_PLATFORM_DRIVERS4	depends on VIDEO_DEV5	depends on ARCH_BCM2835 || COMPILE_TEST6	select VIDEO_V4L2_SUBDEV_API7	select MEDIA_CONTROLLER8	select VIDEOBUF2_DMA_CONTIG9	help10	  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 be13	  called pisp-be.14