mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-09 08:31:17 +00:00

Add a driver for the MIPI adapter unit found on the Amlogic C3 SoC. This driver is used to align the MIPI data from the MIPI CSI-2 receiver unit and send the aligned data to the ISP unit. Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Keke Li <keke.li@amlogic.com> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
17 lines
473 B
Plaintext
17 lines
473 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config VIDEO_C3_MIPI_ADAPTER
|
|
tristate "Amlogic C3 MIPI adapter"
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
depends on VIDEO_DEV
|
|
depends on OF
|
|
select MEDIA_CONTROLLER
|
|
select V4L2_FWNODE
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
help
|
|
Video4Linux2 driver for Amlogic C3 MIPI adapter.
|
|
C3 MIPI adapter mainly responsible for organizing
|
|
MIPI data and sending raw data to ISP pipeline.
|
|
|
|
To compile this driver as a module choose m here.
|