CONFIG_ETH_MCUX

MCUX Ethernet driver

Type: bool

Help

Enable MCUX Ethernet driver. Note, this driver performs one shot PHY setup. There is no support for PHY disconnect, reconnect or configuration change.

Direct dependencies

(NET_L2_ETHERNET && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X) || (NET_L2_ETHERNET && HAS_MCUX)

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

Kconfig definitions

At arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:72

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/nxp_kinetis/Kconfig.defconfig:1arch/arm/soc/nxp_kinetis/k6x/Kconfig.defconfig.series:19

Menu path: (top menu)

config ETH_MCUX
    bool
    default "y" if NET_L2_ETHERNET && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X
    depends on NET_L2_ETHERNET && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X

At drivers/ethernet/Kconfig.mcux:7

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/ethernet/Kconfig:36

Menu path: (top menu) → Device Drivers → Ethernet Drivers

menuconfig ETH_MCUX
    bool
    prompt "MCUX Ethernet driver" if NET_L2_ETHERNET && HAS_MCUX
    depends on NET_L2_ETHERNET && HAS_MCUX
    help
      Enable MCUX Ethernet driver.  Note, this driver performs one shot PHY
      setup.  There is no support for PHY disconnect, reconnect or
      configuration change.

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