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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr Driver>/ieee802154/Kconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/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.)