mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-19 05:26:12 +00:00

Before extending the driver with functions from the R-Car ISP core that will span multiple files move the existing driver to a separate directory. While at it rename the single source file to allow future files to be grouped by functions. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Link: https://lore.kernel.org/r/20250423163113.2961049-6-niklas.soderlund+renesas@ragnatech.se Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
18 lines
543 B
Text
18 lines
543 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config VIDEO_RCAR_ISP
|
|
tristate "R-Car Image Signal Processor (ISP)"
|
|
depends on V4L_PLATFORM_DRIVERS
|
|
depends on VIDEO_DEV && OF
|
|
depends on ARCH_RENESAS || COMPILE_TEST
|
|
select MEDIA_CONTROLLER
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select RESET_CONTROLLER
|
|
select V4L2_FWNODE
|
|
help
|
|
Support for Renesas R-Car Image Signal Processor (ISP).
|
|
Enable this to support the Renesas R-Car Image Signal
|
|
Processor (ISP).
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called rcar-isp.
|