:orphan: .. title:: ETH_LITEETH_0_RANDOM_MAC .. option:: CONFIG_ETH_LITEETH_0_RANDOM_MAC *Random MAC address* Type: ``bool`` Help ==== Generate a random MAC address dynamically. Direct dependencies =================== \ :option:`ENTROPY_GENERATOR ` && \ :option:`ETH_LITEETH_0 ` && \ :option:`ETH_LITEETH ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.liteeth:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:16`` → ``drivers/ethernet/Kconfig:33`` Menu path: (Top) → Device Drivers → Ethernet Drivers → LiteEth Ethernet core driver → LiteEth Ethernet port 0 .. parsed-literal:: config ETH_LITEETH_0_RANDOM_MAC bool "Random MAC address" depends on \ :option:`ENTROPY_GENERATOR ` && \ :option:`ETH_LITEETH_0 ` && \ :option:`ETH_LITEETH ` && \ :option:`NET_L2_ETHERNET ` help Generate a random MAC address dynamically. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*