linuxOS_MC3302/sdk/X-AIOS-LT00-V1.0.4/build/kconf/Kconfig.utils
2026-01-30 16:53:24 +08:00

14 lines
259 B
Plaintext
Executable File

# For a description of the syntax of this configuration file,
# core/package/utils configuration.
#
menu "Utils Configure"
config XOS_UTILS_HELLO
bool "Build Hello"
default n
depends on XOS_USE_NO_QUAUI
help
Select the xos utils hello sample.
endmenu