Skip to content

Commit 72ef0f2

Browse files
rddunlapvirtuoso
authored andcommitted
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 <[email protected]> Signed-off-by: Alexander Shishkin <[email protected]>
1 parent ebc57e3 commit 72ef0f2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

drivers/Kconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ source "drivers/dax/Kconfig"
199199

200200
source "drivers/nvmem/Kconfig"
201201

202-
source "drivers/hwtracing/stm/Kconfig"
203-
204-
source "drivers/hwtracing/intel_th/Kconfig"
202+
source "drivers/hwtracing/Kconfig"
205203

206204
source "drivers/fpga/Kconfig"
207205

drivers/hwtracing/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
menu "HW tracing support"
2+
3+
source "drivers/hwtracing/stm/Kconfig"
4+
5+
source "drivers/hwtracing/intel_th/Kconfig"
6+
7+
endmenu

0 commit comments

Comments
 (0)