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

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

SOC_SERIES_IMX_RT || (NET_L2_ETHERNET && SOC_MIMXRT1052 && SOC_SERIES_IMX_RT) || (NET_L2_ETHERNET && SOC_MIMXRT1064 && SOC_SERIES_IMX_RT)

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

Symbols that select this symbol

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:16

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config INIT_ENET_PLL
    bool
    depends on SOC_SERIES_IMX_RT

At soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1052:31

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7soc/arm/nxp_imx/rt/Kconfig.defconfig.series:124

Menu path: (top menu)

config INIT_ENET_PLL
    bool
    default "y" if NET_L2_ETHERNET && SOC_MIMXRT1052 && SOC_SERIES_IMX_RT
    depends on NET_L2_ETHERNET && SOC_MIMXRT1052 && SOC_SERIES_IMX_RT

At soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1064:31

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7soc/arm/nxp_imx/rt/Kconfig.defconfig.series:124

Menu path: (top menu)

config INIT_ENET_PLL
    bool
    default "y" if NET_L2_ETHERNET && SOC_MIMXRT1064 && SOC_SERIES_IMX_RT
    depends on NET_L2_ETHERNET && SOC_MIMXRT1064 && SOC_SERIES_IMX_RT

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