The latest development version of this page may be more current than this released 2.7.5 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:152

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_imx/Kconfig.defconfig:8

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:42drivers/Kconfig:98drivers/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.)