:orphan: .. title:: CONFIG_INIT_ARM_PLL .. kconfig:: CONFIG_INIT_ARM_PLL CONFIG_INIT_ARM_PLL ################### *Initialize ARM PLL* *Initialize ARM PLL* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_SERIES_IMX_RT ` && \ :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_MIMXRT1051 ` - \ :kconfig:`SOC_MIMXRT1052 ` - \ :kconfig:`SOC_MIMXRT1061 ` - \ :kconfig:`SOC_MIMXRT1062 ` - \ :kconfig:`SOC_MIMXRT1064 ` - \ :kconfig:`SOC_MIMXRT1176_CM7 ` - \ :kconfig:`SOC_MIMXRT1176_CM4 ` - \ :kconfig:`SOC_MIMXRT1051 ` - \ :kconfig:`SOC_MIMXRT1052 ` - \ :kconfig:`SOC_MIMXRT1061 ` - \ :kconfig:`SOC_MIMXRT1062 ` - \ :kconfig:`SOC_MIMXRT1064 ` - \ :kconfig:`SOC_MIMXRT1176_CM7 ` - \ :kconfig:`SOC_MIMXRT1176_CM4 ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.soc:470`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config INIT_ARM_PLL bool "Initialize ARM PLL" depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX ---- At ``/arm/nxp_imx/rt/Kconfig.soc:470`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config INIT_ARM_PLL bool "Initialize ARM PLL" depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*