8c6137d7a7
There are just list of child files to include, right now there's a hint of that trying to be alphabetical but then entries have been added with various logic, so one has to figure where stuff has to be added. Rewrite these to: - keep the list alphabetical, for CMakeLists unconditional first, conditional after so one just has to select and sort - drop the spaces in the Kconfig - use a single space between target and directory - rename from "Sub Systems" to "Subsystems" (single word) Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
# Subsystem configuration options
|
|
|
|
# Copyright (c) 2016-2017 Intel Corporation
|
|
# Copyright (c) 2021 Nordic Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Subsystems and OS Services"
|
|
|
|
source "subsys/bluetooth/Kconfig"
|
|
source "subsys/canbus/Kconfig"
|
|
source "subsys/console/Kconfig"
|
|
source "subsys/debug/Kconfig"
|
|
source "subsys/demand_paging/Kconfig"
|
|
source "subsys/dfu/Kconfig"
|
|
source "subsys/disk/Kconfig"
|
|
source "subsys/dsp/Kconfig"
|
|
source "subsys/emul/Kconfig"
|
|
source "subsys/fb/Kconfig"
|
|
source "subsys/fs/Kconfig"
|
|
source "subsys/ipc/Kconfig"
|
|
source "subsys/jwt/Kconfig"
|
|
source "subsys/logging/Kconfig"
|
|
source "subsys/lorawan/Kconfig"
|
|
source "subsys/mgmt/Kconfig"
|
|
source "subsys/modbus/Kconfig"
|
|
source "subsys/net/Kconfig"
|
|
source "subsys/pm/Kconfig"
|
|
source "subsys/portability/Kconfig"
|
|
source "subsys/random/Kconfig"
|
|
source "subsys/rtio/Kconfig"
|
|
source "subsys/sd/Kconfig"
|
|
source "subsys/settings/Kconfig"
|
|
source "subsys/shell/Kconfig"
|
|
source "subsys/stats/Kconfig"
|
|
source "subsys/storage/Kconfig"
|
|
source "subsys/task_wdt/Kconfig"
|
|
source "subsys/testsuite/Kconfig"
|
|
source "subsys/timing/Kconfig"
|
|
source "subsys/tracing/Kconfig"
|
|
source "subsys/usb/device/Kconfig"
|
|
source "subsys/usb/device_next/Kconfig"
|
|
source "subsys/usb/host/Kconfig"
|
|
source "subsys/usb/usb_c/Kconfig"
|
|
source "subsys/zbus/Kconfig"
|
|
|
|
endmenu
|