aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-10-03 16:27:30 -0700
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>2018-03-29 13:38:10 +0300
commit72ef0f24d587d38f235334aef69afe611bba0d16 (patch)
tree16db8a408e18a0ade4d85ab6eaca00a22f2c7775 /drivers/hwtracing
parentintel_th: Add ACPI glue layer (diff)
downloadlinux-dev-72ef0f24d587d38f235334aef69afe611bba0d16.tar.xz
linux-dev-72ef0f24d587d38f235334aef69afe611bba0d16.zip
hwtracing: Add HW tracing support menu
Make a "HW tracing support" menu and move 2 entries into it. (No change in Coresight, which is ARM-specific and is only listed for ARM & ARM64.) This makes the Device Drivers menu more consistent and prevents these drivers from being listed at the top level of the Device Drivers menu. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r--drivers/hwtracing/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hwtracing/Kconfig b/drivers/hwtracing/Kconfig
new file mode 100644
index 000000000000..f68e025c5131
--- /dev/null
+++ b/drivers/hwtracing/Kconfig
@@ -0,0 +1,7 @@
+menu "HW tracing support"
+
+source "drivers/hwtracing/stm/Kconfig"
+
+source "drivers/hwtracing/intel_th/Kconfig"
+
+endmenu