You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
408 B
16 lines
408 B
13 years ago
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see misc/tools/kconfig-language.txt.
|
||
|
#
|
||
|
|
||
12 years ago
|
config BUILTIN
|
||
|
bool "Support Builtin Applications"
|
||
13 years ago
|
default n
|
||
|
---help---
|
||
12 years ago
|
Enable support for builtin applications. This features assigns a string
|
||
13 years ago
|
name to an application. This feature is also the underlying requirement
|
||
|
to support built-in applications in the NuttShell (NSH).
|
||
|
|
||
12 years ago
|
if BUILTIN
|
||
13 years ago
|
endif
|