:orphan: .. title:: INIT_ARM_PLL .. option:: CONFIG_INIT_ARM_PLL *Initialize ARM PLL* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`SOC_FAMILY_IMX ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_MIMXRT1051 ` - \ :option:`SOC_MIMXRT1052 ` - \ :option:`SOC_MIMXRT1061 ` - \ :option:`SOC_MIMXRT1062 ` - \ :option:`SOC_MIMXRT1064 ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.soc:223`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:27`` → ``soc/Kconfig:12`` → ``soc/arm/nxp_imx/Kconfig:17`` Menu path: (top menu) → Hardware Configuration .. parsed-literal:: config INIT_ARM_PLL bool prompt "Initialize ARM PLL" if \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`SOC_FAMILY_IMX ` depends on \ :option:`SOC_SERIES_IMX_RT ` && \ :option:`SOC_FAMILY_IMX ` *(Definitions include propagated dependencies, including from if's and menus.)*