:orphan: .. title:: CONFIG_IEEE802154_NRF5_FCS_IN_LENGTH .. kconfig:: CONFIG_IEEE802154_NRF5_FCS_IN_LENGTH CONFIG_IEEE802154_NRF5_FCS_IN_LENGTH #################################### *Include FCS field in the overall packet length* Type: ``bool`` Help ==== .. code-block:: none Some 802.15.4 L2 implementations expect that FCS length is included in the overall packet length while others not. Allow to configure this behavior, based on the selected upper layer. Direct dependencies =================== \ :kconfig:`IEEE802154_NRF5 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`IEEE802154_RAW_MODE ` || \ :kconfig:`NET_L2_OPENTHREAD ` Kconfig definition ================== At ``/ieee802154/Kconfig.nrf5:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:68`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver .. code-block:: kconfig config IEEE802154_NRF5_FCS_IN_LENGTH bool "Include FCS field in the overall packet length" default y if IEEE802154_RAW_MODE || NET_L2_OPENTHREAD depends on IEEE802154_NRF5 && IEEE802154 help Some 802.15.4 L2 implementations expect that FCS length is included in the overall packet length while others not. Allow to configure this behavior, based on the selected upper layer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*