xref: /linux/drivers/media/platform/amlogic/c3/mipi-csi2/Kconfig (revision ab93e0dd72c37d378dd936f031ffb83ff2bd87ce)
1*b63ef604SKeke Li# SPDX-License-Identifier: GPL-2.0-only
2*b63ef604SKeke Li
3*b63ef604SKeke Liconfig VIDEO_C3_MIPI_CSI2
4*b63ef604SKeke Li	tristate "Amlogic C3 MIPI CSI-2 receiver"
5*b63ef604SKeke Li	depends on ARCH_MESON || COMPILE_TEST
6*b63ef604SKeke Li	depends on VIDEO_DEV
7*b63ef604SKeke Li	depends on OF
8*b63ef604SKeke Li	select MEDIA_CONTROLLER
9*b63ef604SKeke Li	select V4L2_FWNODE
10*b63ef604SKeke Li	select VIDEO_V4L2_SUBDEV_API
11*b63ef604SKeke Li	help
12*b63ef604SKeke Li	  Video4Linux2 driver for Amlogic C3 MIPI CSI-2 receiver.
13*b63ef604SKeke Li	  C3 MIPI CSI-2 receiver is used to receive MIPI data from
14*b63ef604SKeke Li	  image sensor.
15*b63ef604SKeke Li
16*b63ef604SKeke Li	  To compile this driver as a module choose m here.
17