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

CONFIG_IEEE802154_2015

Enable support for IEEE 802.15.4-2015 frames

Type: bool

Help

Enable radio driver support for IEEE 802.15.4-2015 frames, including security handling of frames and ACKs.

Direct dependencies

IEEE802154

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/ieee802154/Kconfig:135

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

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

config IEEE802154_2015
    bool "Enable support for IEEE 802.15.4-2015 frames"
    depends on IEEE802154
    help
      Enable radio driver support for IEEE 802.15.4-2015 frames, including security handling of frames and ACKs.

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