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

Random MAC address

Type: bool

Help

Generate a random MAC address dynamically on each reboot. Note that using this choice and rebooting a board may leave stale MAC address in peers’ ARP caches and lead to issues and delays in communication. (Use “ip neigh flush all” on Linux peers to clear ARP cache.)

Direct dependencies

<choice ETH_MCUX_0_MAC_SELECT: MAC address>

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

Kconfig definition

At drivers/ethernet/Kconfig.mcux:67

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/ethernet/Kconfig:28

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

config ETH_MCUX_0_RANDOM_MAC
    bool
    prompt "Random MAC address" if <choice ETH_MCUX_0_MAC_SELECT: MAC address>
    depends on <choice ETH_MCUX_0_MAC_SELECT: MAC address>
    help
      Generate a random MAC address dynamically on each reboot.
      Note that using this choice and rebooting a board may leave
      stale MAC address in peers' ARP caches and lead to issues and
      delays in communication. (Use "ip neigh flush all" on Linux
      peers to clear ARP cache.)

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