mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Convert c3-isp-params.c to use the helpers defined in v4l2-isp.h to perform validation of a ISP parameters buffer. Reviewed-by: Keke Li <keke.li@amlogic.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
20 lines
539 B
Plaintext
20 lines
539 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config VIDEO_C3_ISP
|
|
tristate "Amlogic C3 Image Signal Processor (ISP) driver"
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
depends on VIDEO_DEV
|
|
depends on OF
|
|
select MEDIA_CONTROLLER
|
|
select V4L2_FWNODE
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select VIDEOBUF2_VMALLOC
|
|
select V4L2_ISP
|
|
help
|
|
Video4Linux2 driver for Amlogic C3 ISP pipeline.
|
|
The C3 ISP is used for processing raw images and
|
|
outputing results to memory.
|
|
|
|
To compile this driver as a module choose m here.
|