1# SPDX-License-Identifier: GPL-2.0-only 2 3config VIDEO_C3_ISP 4 tristate "Amlogic C3 Image Signal Processor (ISP) driver" 5 depends on ARCH_MESON || COMPILE_TEST 6 depends on VIDEO_DEV 7 depends on OF 8 select MEDIA_CONTROLLER 9 select V4L2_FWNODE 10 select VIDEO_V4L2_SUBDEV_API 11 select VIDEOBUF2_DMA_CONTIG 12 select VIDEOBUF2_VMALLOC 13 select V4L2_ISP 14 help 15 Video4Linux2 driver for Amlogic C3 ISP pipeline. 16 The C3 ISP is used for processing raw images and 17 outputing results to memory. 18 19 To compile this driver as a module choose m here. 20