xref: /linux/drivers/media/platform/amlogic/c3/mipi-adapter/Kconfig (revision e49a3eac9207e9575337f70feeb29430f6f16bb7)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config VIDEO_C3_MIPI_ADAPTER
4	tristate "Amlogic C3 MIPI adapter"
5	depends on ARCH_MESON || COMPILE_TEST
6	depends on VIDEO_DEV
7	depends on OF
8	select MEDIA_CONTROLLER
9	select V4L2_FWNODE
10	select VIDEO_V4L2_SUBDEV_API
11	help
12	  Video4Linux2 driver for Amlogic C3 MIPI adapter.
13	  C3 MIPI adapter mainly responsible for organizing
14	  MIPI data and sending raw data to ISP pipeline.
15
16	  To compile this driver as a module choose m here.
17