:orphan: .. title:: IEEE802154_NRF5_PKT_TXTIME .. option:: CONFIG_IEEE802154_NRF5_PKT_TXTIME *Driver's TX time support* Type: ``bool`` Help ==== Enable TX time support. This is needed when upper layers want to set the exact time when the packet should be sent. Direct dependencies =================== !\ :option:`NRF_802154_SL_OPENSOURCE ` && !\ :option:`NRF_802154_SER_HOST ` && \ :option:`NET_PKT_TXTIME ` && \ :option:`IEEE802154_NRF5 ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig.nrf5:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` → ``drivers/ieee802154/Kconfig:66`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver .. parsed-literal:: config IEEE802154_NRF5_PKT_TXTIME bool "Driver's TX time support" default y depends on !\ :option:`NRF_802154_SL_OPENSOURCE ` && !\ :option:`NRF_802154_SER_HOST ` && \ :option:`NET_PKT_TXTIME ` && \ :option:`IEEE802154_NRF5 ` && \ :option:`IEEE802154 ` help Enable TX time support. This is needed when upper layers want to set the exact time when the packet should be sent. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*