CONFIG_ETH_MCUX_0_MAC4

MAC Address Byte 4

Type: hex

Help

This is the byte 4 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:101

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_MAC4
    hex
    prompt "MAC Address Byte 4" 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 4 of the MAC address.

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