The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_VIDEO_MCUX_CSI

NXP MCUX CMOS Sensor Interface (CSI) driver

Type: bool

Direct dependencies

(VIDEO && SOC_SERIES_IMX_RT) || (HAS_MCUX_CSI && VIDEO)

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:113

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config VIDEO_MCUX_CSI
    bool
    default y if HAS_MCUX_CSI
    depends on VIDEO && SOC_SERIES_IMX_RT

At drivers/video/Kconfig.mcux_csi:6

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:96drivers/video/Kconfig:34

Menu path: (Top) → Device Drivers → VIDEO hardware support

config VIDEO_MCUX_CSI
    bool "NXP MCUX CMOS Sensor Interface (CSI) driver"
    depends on HAS_MCUX_CSI && VIDEO

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)