14 lines
259 B
Plaintext
Executable File
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
|