summaryrefslogtreecommitdiff
path: root/apps/examples/nsh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nsh/Kconfig')
-rw-r--r--apps/examples/nsh/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/examples/nsh/Kconfig b/apps/examples/nsh/Kconfig
index bbb5ece01..a1848826b 100644
--- a/apps/examples/nsh/Kconfig
+++ b/apps/examples/nsh/Kconfig
@@ -13,6 +13,14 @@ config EXAMPLES_NSH
if EXAMPLES_NSH
+config EXAMPLES_NSH_PROGNAME
+ string "Program name"
+ default "nsh"
+ depends on BUILD_KERNEL
+ ---help---
+ This is the name of the program that will be use when the NSH ELF
+ program is installed.
+
config EXAMPLES_NSH_CXXINITIALIZE
bool "C++ Initialization"
default n