summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/Kconfig')
-rw-r--r--NxWidgets/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index 1d7852507..6befd1ace 100644
--- a/NxWidgets/Kconfig
+++ b/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