summaryrefslogtreecommitdiff
path: root/apps/examples/nxconsole/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-20 14:25:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-20 14:25:51 -0600
commit9f0d9a6db5d6d1eec7bec3a029bb37a95245e495 (patch)
treeeca80fba732d2ee0e6eb3af44d6473de4de877c5 /apps/examples/nxconsole/Kconfig
parent4860036d8f145187cfe700743def8d0ee3548f1b (diff)
downloadnuttx-9f0d9a6db5d6d1eec7bec3a029bb37a95245e495.tar.gz
nuttx-9f0d9a6db5d6d1eec7bec3a029bb37a95245e495.tar.bz2
nuttx-9f0d9a6db5d6d1eec7bec3a029bb37a95245e495.zip
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
Diffstat (limited to 'apps/examples/nxconsole/Kconfig')
-rw-r--r--apps/examples/nxconsole/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nxconsole/Kconfig b/apps/examples/nxconsole/Kconfig
index a52c49453..1ca517842 100644
--- a/apps/examples/nxconsole/Kconfig
+++ b/apps/examples/nxconsole/Kconfig
@@ -3,11 +3,11 @@
# see misc/tools/kconfig-language.txt.
#
-config EXAMPLES_NXCONSOLE
+config EXAMPLES_NXTERM
bool "NxConsole example"
default n
---help---
Enable the NxConsole example
-if EXAMPLES_NXCONSOLE
+if EXAMPLES_NXTERM
endif