1*39f40346SAlexander Shishkinconfig INTEL_TH
2*39f40346SAlexander Shishkin	tristate "Intel(R) Trace Hub controller"
3*39f40346SAlexander Shishkin	help
4*39f40346SAlexander Shishkin	  Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that
5*39f40346SAlexander Shishkin	  produce, switch and output trace data from multiple hardware and
6*39f40346SAlexander Shishkin	  software sources over several types of trace output ports encoded
7*39f40346SAlexander Shishkin	  in System Trace Protocol (MIPI STPv2) and is intended to perform
8*39f40346SAlexander Shishkin	  full system debugging.
9*39f40346SAlexander Shishkin
10*39f40346SAlexander Shishkin	  This option enables intel_th bus and common code used by TH
11*39f40346SAlexander Shishkin	  subdevices to interact with each other and hardware and for
12*39f40346SAlexander Shishkin	  platform glue layers to drive Intel TH devices.
13*39f40346SAlexander Shishkin
14*39f40346SAlexander Shishkin	  Say Y here to enable Intel(R) Trace Hub controller support.
15*39f40346SAlexander Shishkin
16*39f40346SAlexander Shishkinif INTEL_TH
17*39f40346SAlexander Shishkin
18*39f40346SAlexander Shishkinconfig INTEL_TH_DEBUG
19*39f40346SAlexander Shishkin	bool "Intel(R) Trace Hub debugging"
20*39f40346SAlexander Shishkin	depends on DEBUG_FS
21*39f40346SAlexander Shishkin	help
22*39f40346SAlexander Shishkin	  Say Y here to enable debugging.
23*39f40346SAlexander Shishkin
24*39f40346SAlexander Shishkinendif
25