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¶
y if
HAS_MCUX_CSI
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:152
Included via Kconfig:8
→ Kconfig.zephyr:27
→ 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 drivers/video/Kconfig.mcux_csi:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:98
→ drivers/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.)