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