xref: /linux/drivers/media/platform/dreamchip/rppx1/Kconfig (revision f4cdf7ca9a1fdcca413157df19753f388a5a224e)
1# SPDX-License-Identifier: GPL-2.0
2config VIDEO_DCT_RPPX1
3	tristate
4	depends on V4L_PLATFORM_DRIVERS
5	select V4L2_ISP
6	help
7	  Support library for Dreamchip HDR RPP X1 High Dynamic Range Real-time
8	  Pixel Processor (RPP). The library can be used by other drivers who
9	  utilises the RPP as part of an ISP implementation.
10
11	  To compile this driver as a module, choose M here: the
12	  module will be called rppx1.
13