Skip to content

Commit

Permalink
hwtracing: Add HW tracing support menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Alexander Shishkin committed Mar 29, 2018
1 parent ebc57e3 commit 72ef0f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ source "drivers/dax/Kconfig"

source "drivers/nvmem/Kconfig"

source "drivers/hwtracing/stm/Kconfig"

source "drivers/hwtracing/intel_th/Kconfig"
source "drivers/hwtracing/Kconfig"

source "drivers/fpga/Kconfig"

Expand Down
7 changes: 7 additions & 0 deletions drivers/hwtracing/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
menu "HW tracing support"

source "drivers/hwtracing/stm/Kconfig"

source "drivers/hwtracing/intel_th/Kconfig"

endmenu

0 comments on commit 72ef0f2

Please sign in to comment.