CONFIG_ETH_MCUX_0_MAC5

MAC Address Byte 5

Type: hex

Help

This is the byte 5 of the MAC address.

Direct dependencies

ETH_MCUX_0_MANUAL_MAC && ETH_MCUX

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

Kconfig definition

At drivers/ethernet/Kconfig.mcux:108

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

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

config ETH_MCUX_0_MAC5
    hex
    prompt "MAC Address Byte 5" if ETH_MCUX_0_MANUAL_MAC && ETH_MCUX
    range 0 0xff if ETH_MCUX_0_MANUAL_MAC && ETH_MCUX
    default 0 if ETH_MCUX_0_MANUAL_MAC && ETH_MCUX
    depends on ETH_MCUX_0_MANUAL_MAC && ETH_MCUX
    help
      This is the byte 5 of the MAC address.

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