:orphan: .. title:: CONFIG_IEEE802154_NET_IF_NO_AUTO_START .. kconfig:: CONFIG_IEEE802154_NET_IF_NO_AUTO_START CONFIG_IEEE802154_NET_IF_NO_AUTO_START ###################################### *Disable 802.15.4 interface auto-start* Type: ``bool`` Help ==== .. code-block:: none This option allows user to set any configuration and/or filter before the radio becomes operational. For instance, the EUI-64 value can be configured using net_if_set_link_addr(iface, mac, 8, NET_LINK_IEEE802154). When all configurations are done net_if_up() has to be invoked to bring the interface up. This option can be useful when using OpenThread or Zigbee. If you have any doubt about this option leave it as default value. Direct dependencies =================== \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ieee802154/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig config IEEE802154_NET_IF_NO_AUTO_START bool "Disable 802.15.4 interface auto-start" depends on IEEE802154 help This option allows user to set any configuration and/or filter before the radio becomes operational. For instance, the EUI-64 value can be configured using net_if_set_link_addr(iface, mac, 8, NET_LINK_IEEE802154). When all configurations are done net_if_up() has to be invoked to bring the interface up. This option can be useful when using OpenThread or Zigbee. If you have any doubt about this option leave it as default value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*