:orphan: .. title:: choice: Which packet do you want to print-out? .. _choice_554: .. describe:: choice: Which packet do you want to print-out? *Which packet do you want to print-out?* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET ` && \ :kconfig:`NET_L2_IEEE802154 ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_FULL ` Choice options ============== - \ :kconfig:`NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_FULL ` - \ :kconfig:`NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_RX ` - \ :kconfig:`NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_TX ` Kconfig definition ================== At ``/net/l2/ieee802154/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:75`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable IEEE 802.15.4 Radio → Enable IEEE 802.15.4 packet display .. code-block:: kconfig choice bool "Which packet do you want to print-out?" default NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_FULL depends on NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET && NET_L2_IEEE802154 && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*