CONFIG_IEEE802154_NRF5_UICR_EUI64_ENABLE¶
Enables using EUI64 value stored in UICR registers
Type: bool
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).
Direct dependencies¶
!IEEE802154_VENDOR_OUI_ENABLE && (SOC_SERIES_NRF52X || SOC_SERIES_NRF53X) && IEEE802154_NRF5 && IEEE802154
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/ieee802154/Kconfig.nrf5:46
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:10 → <Zephyr Driver>/ieee802154/Kconfig:68
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver
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.)