summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nsh2/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/nsh2/appconfig')
-rw-r--r--nuttx/configs/sim/nsh2/appconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/sim/nsh2/appconfig b/nuttx/configs/sim/nsh2/appconfig
index c967980a5..3a12d6f79 100644
--- a/nuttx/configs/sim/nsh2/appconfig
+++ b/nuttx/configs/sim/nsh2/appconfig
@@ -48,3 +48,8 @@ CONFIGURED_APPS += examples/nx
CONFIGURED_APPS += examples/nxhello
CONFIGURED_APPS += examples/nxlines
CONFIGURED_APPS += examples/touchscreen
+
+ifeq ($(CONFIG_NXCONSOLE),y)
+CONFIGURED_APPS += examples/nxconsole
+endif
+