media: platform: place Aspeed driver on a separate dir
[sfrench/cifs-2.6.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 V4L_PLATFORM_DRIVERS
6         depends on ARCH_MXC || COMPILE_TEST
7         depends on VIDEO_DEV && VIDEO_V4L2
8         help
9           Say yes here to enable support for capture drivers on i.MX SoCs.
10           Support for the single SoC features are selectable in the sub-menu
11           options.
12
13 if VIDEO_IMX
14
15 config VIDEO_IMX_MIPI_CSIS
16         tristate "MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"
17         select MEDIA_CONTROLLER
18         select V4L2_FWNODE
19         select VIDEO_V4L2_SUBDEV_API
20         default n
21         help
22           Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
23           v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.
24
25 endif # VIDEO_IMX