xref: /linux/drivers/media/platform/amlogic/c3/mipi-adapter/Kconfig (revision df9c299371054cb725eef730fd0f1d0fe2ed6bb0)
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