summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/ChangeLog.txt2
-rw-r--r--apps/NxWidgets/Kconfig11
2 files changed, 11 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 64a923559..a14f51323 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -346,3 +346,5 @@
possible to configure NxWidgets/NxWM without too much trouble (with
the tradeoff being a kind ugly structure and some maintenance issues).
* apps/examples/Make.defs: Missing support for apps/examples/watchdog.
+ * apps/NxWidgets/Kconfig: Add option to turn on the memory monitor
+ feature of the NxWidgets/NxWM unit tests.
diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig
index 1d7852507..6befd1ace 100644
--- a/apps/NxWidgets/Kconfig
+++ b/apps/NxWidgets/Kconfig
@@ -3,7 +3,7 @@
# see misc/tools/kconfig-language.txt.
#
-menuconfig NXWIDGETS
+config NXWIDGETS
bool "Enable NxWidgets"
default n
depends on NX && HAVE_CXX
@@ -201,9 +201,16 @@ config NXWIDGETS_CURSORCONTROL_SIZE
of cursor controls that can between entered by NX polling cycles
without losing data. Default: 4
+config NXWIDGET_MEMMONITOR
+ bool "Memory Usage Monitor"
+ default n
+ ---help---
+ Enable memory usage monitor instrumentation. This feature is only
+ used by the NxWidget/NxWM unit tests.
+
endif
-menuconfig NXWM
+config NXWM
bool "Enable NxWM"
default n
depends on NXWIDGETS && NX_MULTIUSER