1*ff0de066SYicong Yang# SPDX-License-Identifier: GPL-2.0-only 2*ff0de066SYicong Yangconfig HISI_PTT 3*ff0de066SYicong Yang tristate "HiSilicon PCIe Tune and Trace Device" 4*ff0de066SYicong Yang depends on ARM64 || (COMPILE_TEST && 64BIT) 5*ff0de066SYicong Yang depends on PCI && HAS_DMA && HAS_IOMEM && PERF_EVENTS 6*ff0de066SYicong Yang help 7*ff0de066SYicong Yang HiSilicon PCIe Tune and Trace device exists as a PCIe RCiEP 8*ff0de066SYicong Yang device, and it provides support for PCIe traffic tuning and 9*ff0de066SYicong Yang tracing TLP headers to the memory. 10*ff0de066SYicong Yang 11*ff0de066SYicong Yang This driver can also be built as a module. If so, the module 12*ff0de066SYicong Yang will be called hisi_ptt. 13