1# Copyright (c) 2025 Silicon Laboratories Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config DEBUG_SILABS_PTI
5	bool "Silicon Labs Packet Trace Interface"
6	default y
7	depends on DT_HAS_SILABS_PTI_ENABLED
8	depends on PINCTRL
9	depends on SOC_GECKO_USE_RAIL
10	help
11	  Enable the Packet Trace Interface, providing a mechanism for viewing
12	  transmitted and received radio packets for network sniffing or debugging.
13