:orphan: .. title:: CONFIG_IEEE802154_NRF5_UICR_EUI64_ENABLE .. kconfig:: CONFIG_IEEE802154_NRF5_UICR_EUI64_ENABLE CONFIG_IEEE802154_NRF5_UICR_EUI64_ENABLE ######################################## *Enables using EUI64 value stored in UICR registers* Type: ``bool`` Help ==== .. code-block:: none This option enables setting custom vendor EUI64 value stored in User information configuration registers (UICR). Notice that this disables the default setting of EUI64 value from Factory information configuration registers (FICR). Direct dependencies =================== !\ :kconfig:`IEEE802154_VENDOR_OUI_ENABLE ` && (\ :kconfig:`SOC_SERIES_NRF52X ` || \ :kconfig:`SOC_SERIES_NRF53X `) && \ :kconfig:`IEEE802154_NRF5 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ieee802154/Kconfig.nrf5:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:68`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver .. code-block:: kconfig config IEEE802154_NRF5_UICR_EUI64_ENABLE bool "Enables using EUI64 value stored in UICR registers" depends on !IEEE802154_VENDOR_OUI_ENABLE && (SOC_SERIES_NRF52X || SOC_SERIES_NRF53X) && IEEE802154_NRF5 && IEEE802154 help This option enables setting custom vendor EUI64 value stored in User information configuration registers (UICR). Notice that this disables the default setting of EUI64 value from Factory information configuration registers (FICR). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*