blob: bf19059b35436c45b6068d3c59f195e74db2afb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.
|