zephyr/subsys/Kconfig
Anas Nashif 41abcc57c1 tracing: move tracing under subsys/
Tracing subsystem is growing and although related to debugging, it does
deserve to belong into its own subsystem.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-02-07 15:58:05 -05:00

45 lines
740 B
Plaintext

# Subsystem configuration options
# Copyright (c) 2016-2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
source "subsys/bluetooth/Kconfig"
source "subsys/console/Kconfig"
source "subsys/cpp/Kconfig"
source "subsys/debug/Kconfig"
source "subsys/disk/Kconfig"
source "subsys/fs/Kconfig"
source "subsys/logging/Kconfig"
source "subsys/mgmt/Kconfig"
source "subsys/net/Kconfig"
source "subsys/shell/Kconfig"
source "subsys/usb/Kconfig"
source "subsys/dfu/Kconfig"
source "subsys/random/Kconfig"
source "subsys/storage/Kconfig"
source "subsys/settings/Kconfig"
source "subsys/testsuite/Kconfig"
source "subsys/tracing/Kconfig"
source "subsys/fb/Kconfig"
source "subsys/jwt/Kconfig"
source "subsys/canbus/Kconfig"