:orphan: .. title:: CONFIG_IEEE802154_VENDOR_OUI .. kconfig:: CONFIG_IEEE802154_VENDOR_OUI CONFIG_IEEE802154_VENDOR_OUI ############################ *Vendor Organizationally Unique Identifier* Type: ``int`` Help ==== .. code-block:: none Custom vendor OUI, which makes 24 most-significant bits of MAC address Direct dependencies =================== \ :kconfig:`IEEE802154_VENDOR_OUI_ENABLE ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/ieee802154/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Enables setting Vendor Organizationally Unique Identifier .. code-block:: kconfig config IEEE802154_VENDOR_OUI int "Vendor Organizationally Unique Identifier" depends on IEEE802154_VENDOR_OUI_ENABLE && IEEE802154 help Custom vendor OUI, which makes 24 most-significant bits of MAC address *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*