CONFIG_VIDEO_MCUX_CSI

NXP MCUX CMOS Sensor Interface (CSI) driver

Type: bool

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:152

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/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 <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:152

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/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 <Zephyr Driver>/video/Kconfig.mcux_csi:6

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:98<Zephyr Driver>/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.)