CONFIG_ETH_MCUX_1

MCUX Ethernet port 1

Type: bool

Help

Include port 1 driver

Direct dependencies

(SOC_MIMXRT1062 || SOC_MIMXRT1064) && ETH_MCUX && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/ethernet/Kconfig.mcux:70

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:20<Zephyr>/drivers/ethernet/Kconfig:49

Menu path: (Top) → Device Drivers → Ethernet Drivers → MCUX Ethernet driver

config ETH_MCUX_1
    bool "MCUX Ethernet port 1"
    depends on (SOC_MIMXRT1062 || SOC_MIMXRT1064) && ETH_MCUX && NET_L2_ETHERNET
    help
      Include port 1 driver

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)