diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-10-03 16:27:30 -0700 |
---|---|---|
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2018-03-29 13:38:10 +0300 |
commit | 72ef0f24d587d38f235334aef69afe611bba0d16 (patch) | |
tree | 16db8a408e18a0ade4d85ab6eaca00a22f2c7775 /drivers/hwtracing | |
parent | ebc57e399b8efb68293f206333985a3394c3acf8 (diff) | |
download | linux-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/Kconfig | 7 |
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 |