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

CONFIG_IEEE802154_VENDOR_OUI_ENABLE

Enables setting Vendor Organizationally Unique Identifier

Type: bool

Help

This option enables setting custom vendor
OUI using IEEE802154_VENDOR_OUI. After enabling,
user is obliged to set IEEE802154_VENDOR_OUI value,
as this option has no default value.

Direct dependencies

IEEE802154

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/ieee802154/Kconfig:42

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:10

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options

config IEEE802154_VENDOR_OUI_ENABLE
    bool "Enables setting Vendor Organizationally Unique Identifier"
    depends on IEEE802154
    help
      This option enables setting custom vendor
      OUI using IEEE802154_VENDOR_OUI. After enabling,
      user is obliged to set IEEE802154_VENDOR_OUI value,
      as this option has no default value.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)