The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_INIT_ARM_PLL

Initialize ARM PLL

Type: bool

Direct dependencies

SOC_SERIES_IMX_RT && SOC_FAMILY_IMX

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At soc/arm/nxp_imx/rt/Kconfig.soc:199

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nxp_imx/Kconfig:17

Menu path: (top menu) → Hardware Configuration

config INIT_ARM_PLL
    bool
    prompt "Initialize ARM PLL" if SOC_SERIES_IMX_RT && SOC_FAMILY_IMX
    depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX

(Definitions include propagated dependencies, including from if’s and menus.)