kconfig: top level menu item for subsystems

Move all subsystems into one single menu entry to reduce the clutter in
the top level menuconfig.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-08-22 12:47:24 -04:00 committed by Carles Cufí
parent 35c239cbb9
commit d4930f71fc

View file

@ -3,6 +3,8 @@
# Copyright (c) 2016-2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menu "Sub Systems and OS Services"
source "subsys/bluetooth/Kconfig"
source "subsys/console/Kconfig"
@ -42,3 +44,5 @@ source "subsys/fb/Kconfig"
source "subsys/jwt/Kconfig"
source "subsys/canbus/Kconfig"
endmenu