Alexander Shishkin | 39f4034 | 2015-09-22 15:47:14 +0300 | [diff] [blame] | 1 | config INTEL_TH |
| 2 | tristate "Intel(R) Trace Hub controller" |
| 3 | help |
| 4 | Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that |
| 5 | produce, switch and output trace data from multiple hardware and |
| 6 | software sources over several types of trace output ports encoded |
| 7 | in System Trace Protocol (MIPI STPv2) and is intended to perform |
| 8 | full system debugging. |
| 9 | |
| 10 | This option enables intel_th bus and common code used by TH |
| 11 | subdevices to interact with each other and hardware and for |
| 12 | platform glue layers to drive Intel TH devices. |
| 13 | |
| 14 | Say Y here to enable Intel(R) Trace Hub controller support. |
| 15 | |
| 16 | if INTEL_TH |
| 17 | |
Alexander Shishkin | 2b0b16d | 2015-09-22 15:47:15 +0300 | [diff] [blame^] | 18 | config INTEL_TH_PCI |
| 19 | tristate "Intel(R) Trace Hub PCI controller" |
| 20 | depends on PCI |
| 21 | help |
| 22 | Intel(R) Trace Hub may exist as a PCI device. This option enables |
| 23 | support glue layer for PCI-based Intel TH. |
| 24 | |
| 25 | Say Y here to enable PCI Intel TH support. |
| 26 | |
Alexander Shishkin | 39f4034 | 2015-09-22 15:47:14 +0300 | [diff] [blame] | 27 | config INTEL_TH_DEBUG |
| 28 | bool "Intel(R) Trace Hub debugging" |
| 29 | depends on DEBUG_FS |
| 30 | help |
| 31 | Say Y here to enable debugging. |
| 32 | |
| 33 | endif |