:orphan: .. title:: IEEE802154_UPIPE_RANDOM_MAC .. option:: CONFIG_IEEE802154_UPIPE_RANDOM_MAC *Random MAC address* Type: ``bool`` Help ==== Generate a random MAC address dynamically. Direct dependencies =================== \ :option:`IEEE802154 ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`IEEE802154 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig:53`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:14`` Menu path: (top menu) → Device Drivers → IEEE 802.15.4 drivers options .. parsed-literal:: config IEEE802154_UPIPE_RANDOM_MAC bool prompt "Random MAC address" if \ :option:`IEEE802154 ` default "y" if \ :option:`IEEE802154 ` depends on \ :option:`IEEE802154 ` help Generate a random MAC address dynamically. *(Definitions include propagated dependencies, including from if's and menus.)*