Files
xiuos/Ubiquitous/XiUOS/framework/Kconfig
2021-06-16 18:35:33 +08:00

16 lines
266 B
Plaintext

menu "APP Framework"
source "$KERNEL_DIR/framework/connection/Kconfig"
source "$KERNEL_DIR/framework/intelligent/Kconfig"
source "$KERNEL_DIR/framework/control/Kconfig"
source "$KERNEL_DIR/lib/Kconfig"
source "$KERNEL_DIR/framework/security/Kconfig"
endmenu