tracing: cleanup and split segger/rtt configuration options

Move rtt configuration options to drivers/debug and split the
systemview configuration.

drivers/debug will service for this class of drivers that are enabled in
debug mode only and provide a hardware interface to the system.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-02-06 12:34:04 -05:00
commit fad8701748
6 changed files with 36 additions and 24 deletions

View file

@ -13,6 +13,8 @@ source "drivers/lora/Kconfig"
source "drivers/console/Kconfig"
source "drivers/debug/Kconfig"
source "drivers/ethernet/Kconfig"
source "drivers/net/Kconfig"