summaryrefslogtreecommitdiffstats
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
parentebc57e399b8efb68293f206333985a3394c3acf8 (diff)
downloadop-kernel-dev-72ef0f24d587d38f235334aef69afe611bba0d16.zip
op-kernel-dev-72ef0f24d587d38f235334aef69afe611bba0d16.tar.gz
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 0000000..f68e025
--- /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
OpenPOWER on IntegriCloud