zephyr/drivers/debug/Kconfig.silabs
Aksel Skauge Mellbye 856341e175 drivers: debug: silabs_pti: Add driver for Packet Trace Interface
The Packet Trace Interface is a debug interface that emits TX and RX packet
data over a serial connection in real time.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
2025-06-13 11:12:20 +02:00

13 lines
409 B
Plaintext

# Copyright (c) 2025 Silicon Laboratories Inc.
# SPDX-License-Identifier: Apache-2.0
config DEBUG_SILABS_PTI
bool "Silicon Labs Packet Trace Interface"
default y
depends on DT_HAS_SILABS_PTI_ENABLED
depends on PINCTRL
depends on SOC_GECKO_USE_RAIL
help
Enable the Packet Trace Interface, providing a mechanism for viewing
transmitted and received radio packets for network sniffing or debugging.