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	default n
14	help
15	  Enable this to support the Image Signal Processing (ISP) module
16	  present in RK3399 SoCs.
17
18	  To compile this driver as a module, choose M here: the module
19	  will be called rockchip-isp1.
20