xref: /linux/drivers/media/platform/renesas/rcar-isp/Kconfig (revision ab93e0dd72c37d378dd936f031ffb83ff2bd87ce)
1# SPDX-License-Identifier: GPL-2.0
2
3config VIDEO_RCAR_ISP
4	tristate "R-Car Image Signal Processor (ISP)"
5	depends on V4L_PLATFORM_DRIVERS
6	depends on VIDEO_DEV && OF
7	depends on ARCH_RENESAS || COMPILE_TEST
8	select MEDIA_CONTROLLER
9	select VIDEO_V4L2_SUBDEV_API
10	select RESET_CONTROLLER
11	select V4L2_FWNODE
12	help
13	  Support for Renesas R-Car Image Signal Processor (ISP).
14	  Enable this to support the Renesas R-Car Image Signal
15	  Processor (ISP).
16
17	  To compile this driver as a module, choose M here: the
18	  module will be called rcar-isp.
19