Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Alexander Shishkin
72ef0f24 ebc57e39

+8 -3
+1 -3
drivers/Kconfig
··· 199 199 200 200 source "drivers/nvmem/Kconfig" 201 201 202 - source "drivers/hwtracing/stm/Kconfig" 203 - 204 - source "drivers/hwtracing/intel_th/Kconfig" 202 + source "drivers/hwtracing/Kconfig" 205 203 206 204 source "drivers/fpga/Kconfig" 207 205
+7
drivers/hwtracing/Kconfig
··· 1 + menu "HW tracing support" 2 + 3 + source "drivers/hwtracing/stm/Kconfig" 4 + 5 + source "drivers/hwtracing/intel_th/Kconfig" 6 + 7 + endmenu