1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_ROCKCHIP_ISP1 3 tristate "Rockchip Image Signal Processing v1 Unit driver" 4 depends on V4L_PLATFORM_DRIVERS 5 depends on VIDEO_DEV && OF 6 depends on ARCH_ROCKCHIP || ARCH_MXC || COMPILE_TEST 7 select MEDIA_CONTROLLER 8 select VIDEO_V4L2_SUBDEV_API 9 select VIDEOBUF2_DMA_CONTIG 10 select VIDEOBUF2_VMALLOC 11 select V4L2_FWNODE 12 select GENERIC_PHY_MIPI_DPHY 13 select V4L2_ISP 14 default n 15 help 16 Enable this to support the Image Signal Processing (ISP) module 17 present in RK3399 SoCs. 18 19 To compile this driver as a module, choose M here: the module 20 will be called rockchip-isp1. 21