media: imx: De-stage imx7-mipi-csis
[platform/kernel/linux-rpi.git] / drivers / media / platform / imx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 menuconfig VIDEO_IMX
4         bool "V4L2 capture drivers for NXP i.MX devices"
5         depends on ARCH_MXC || COMPILE_TEST
6         depends on VIDEO_DEV && VIDEO_V4L2
7         help
8           Say yes here to enable support for capture drivers on i.MX SoCs.
9           Support for the single SoC features are selectable in the sub-menu
10           options.
11
12 if VIDEO_IMX
13
14 config VIDEO_IMX_MIPI_CSIS
15         tristate "MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"
16         select MEDIA_CONTROLLER
17         select V4L2_FWNODE
18         select VIDEO_V4L2_SUBDEV_API
19         default n
20         help
21           Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
22           v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.
23
24 endif # VIDEO_IMX