:orphan: .. title:: CONFIG_INIT_VIDEO_PLL .. kconfig:: CONFIG_INIT_VIDEO_PLL CONFIG_INIT_VIDEO_PLL ##################### *Initialize Video PLL* *Initialize Video PLL* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_SERIES_IMX8ML_M7 ` && \ :kconfig:`SOC_FAMILY_IMX `) || (\ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`SOC_FAMILY_IMX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_IMX8ML_M7 ` - \ :kconfig:`SOC_MIMXRT1052 ` - \ :kconfig:`SOC_MIMXRT1062 ` - \ :kconfig:`SOC_MIMXRT1064 ` - \ :kconfig:`SOC_MIMXRT1176_CM7 ` - \ :kconfig:`SOC_MIMXRT1176_CM4 ` - \ :kconfig:`SOC_MIMXRT1166_CM7 ` - \ :kconfig:`SOC_MIMXRT1166_CM4 ` Kconfig definitions =================== At ``/arm/nxp_imx/mimx8ml8_m7/Kconfig.soc:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config INIT_VIDEO_PLL bool "Initialize Video PLL" depends on SOC_SERIES_IMX8ML_M7 && SOC_FAMILY_IMX ---- At ``/arm/nxp_imx/rt/Kconfig.soc:545`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config INIT_VIDEO_PLL bool "Initialize Video PLL" depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*