:orphan: .. title:: CONFIG_INIT_ENET_PLL .. kconfig:: CONFIG_INIT_ENET_PLL CONFIG_INIT_ENET_PLL #################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none If y, the Ethernet PLL is initialized. Always enabled on e.g. MIMXRT1021 - see commit 17f4d6bec7 ("soc: nxp_imx: fix ENET_PLL selection for MIMXRT1021"). Help ==== .. code-block:: none If y, the Ethernet PLL is initialized. Always enabled on e.g. MIMXRT1021 - see commit 17f4d6bec7 ("soc: nxp_imx: fix ENET_PLL selection for MIMXRT1021"). 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_MIMXRT1011 ` - \ :kconfig:`SOC_MIMXRT1015 ` - \ :kconfig:`SOC_MIMXRT1021 ` - \ :kconfig:`SOC_MIMXRT1024 ` - \ :kconfig:`SOC_MIMXRT1052 ` - \ :kconfig:`SOC_MIMXRT1062 ` - \ :kconfig:`SOC_MIMXRT1064 ` - \ :kconfig:`SOC_MIMXRT1176_CM7 ` - \ :kconfig:`SOC_MIMXRT1176_CM4 ` - \ :kconfig:`SOC_MIMXRT1011 ` - \ :kconfig:`SOC_MIMXRT1015 ` - \ :kconfig:`SOC_MIMXRT1021 ` - \ :kconfig:`SOC_MIMXRT1024 ` - \ :kconfig:`SOC_MIMXRT1052 ` - \ :kconfig:`SOC_MIMXRT1062 ` - \ :kconfig:`SOC_MIMXRT1064 ` - \ :kconfig:`SOC_MIMXRT1176_CM7 ` - \ :kconfig:`SOC_MIMXRT1176_CM4 ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.soc:482`` 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_ENET_PLL bool depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX help If y, the Ethernet PLL is initialized. Always enabled on e.g. MIMXRT1021 - see commit 17f4d6bec7 ("soc: nxp_imx: fix ENET_PLL selection for MIMXRT1021"). ---- At ``/arm/nxp_imx/rt/Kconfig.soc:482`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config INIT_ENET_PLL bool depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX help If y, the Ethernet PLL is initialized. Always enabled on e.g. MIMXRT1021 - see commit 17f4d6bec7 ("soc: nxp_imx: fix ENET_PLL selection for MIMXRT1021"). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*