mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
ddda00ea65
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
15 lines
559 B
Text
15 lines
559 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config BUILTIN
|
|
bool "Support Builtin Applications"
|
|
default n
|
|
depends on !BUILD_KERNEL
|
|
---help---
|
|
Enable support for builtin applications. This features assigns a string
|
|
name to an application and in addition if FS_BINFS is defined, retaining
|
|
those names in a file system from which they can be executed. This feature
|
|
is also the underlying requirement to support built-in applications in the
|
|
NuttShell (NSH).
|