summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nxwm/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/nxwm/defconfig')
-rw-r--r--nuttx/configs/sim/nxwm/defconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/nuttx/configs/sim/nxwm/defconfig b/nuttx/configs/sim/nxwm/defconfig
index 70258c8d7..a3e158ae2 100644
--- a/nuttx/configs/sim/nxwm/defconfig
+++ b/nuttx/configs/sim/nxwm/defconfig
@@ -367,24 +367,24 @@ CONFIG_NXFONT_SANS28X37B=y
# CONFIG_NXFONT_SERIF22X28B is not set
# CONFIG_NXFONT_SERIF27X38B is not set
# CONFIG_NXFONT_SERIF38X49B is not set
-CONFIG_NXCONSOLE=y
+CONFIG_NXTERM=y
#
# NxConsole Output Text/Graphics Options
#
-CONFIG_NXCONSOLE_BPP=32
-CONFIG_NXCONSOLE_CURSORCHAR=137
-CONFIG_NXCONSOLE_MXCHARS=256
-CONFIG_NXCONSOLE_CACHESIZE=16
-CONFIG_NXCONSOLE_LINESEPARATION=0
-# CONFIG_NXCONSOLE_NOWRAP is not set
+CONFIG_NXTERM_BPP=32
+CONFIG_NXTERM_CURSORCHAR=137
+CONFIG_NXTERM_MXCHARS=256
+CONFIG_NXTERM_CACHESIZE=16
+CONFIG_NXTERM_LINESEPARATION=0
+# CONFIG_NXTERM_NOWRAP is not set
#
# NxConsole Input options
#
-# CONFIG_NXCONSOLE_NXKBDIN is not set
-CONFIG_NXCONSOLE_KBDBUFSIZE=16
-CONFIG_NXCONSOLE_NPOLLWAITERS=4
+# CONFIG_NXTERM_NXKBDIN is not set
+CONFIG_NXTERM_KBDBUFSIZE=16
+CONFIG_NXTERM_NPOLLWAITERS=4
#
# NX Multi-user only options