1# SPDX-License-Identifier: GPL-2.0-only
2
3comment "Microchip Technology, Inc. media platform drivers"
4
5config VIDEO_MICROCHIP_CSI2DC
6	tristate "Microchip CSI2 Demux Controller"
7	depends on V4L_PLATFORM_DRIVERS
8	depends on VIDEO_DEV && COMMON_CLK && OF
9	depends on ARCH_AT91 || COMPILE_TEST
10	select MEDIA_CONTROLLER
11	select VIDEO_V4L2_SUBDEV_API
12	select V4L2_FWNODE
13	help
14	  CSI2 Demux Controller driver. CSI2DC is a helper chip
15	  that converts IDI interface byte stream to a parallel pixel stream.
16	  It supports various RAW formats as input.
17
18	  To compile this driver as a module, choose M here: the
19	  module will be called microchip-csi2dc.
20