da7cc84655
Move a way from misc/ and put in its own subsystem to allow enhancements in the future and make it a core part of Zephyr, not just something misc. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
27 lines
440 B
Plaintext
27 lines
440 B
Plaintext
# Kconfig - 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/net/Kconfig"
|
|
|
|
source "subsys/shell/Kconfig"
|
|
|
|
source "subsys/usb/Kconfig"
|