summaryrefslogtreecommitdiff
path: root/apps/NxWidgets
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-28 19:24:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-28 19:24:46 +0000
commitf5fe5b29490d863ea78f4f16f876f08babd6d8a5 (patch)
treeb78d5cf4d68cbe289b7d5e17efc1f24046db992a /apps/NxWidgets
parent42659da2071819559da08116cf1ada64d10b5f80 (diff)
downloadnuttx-f5fe5b29490d863ea78f4f16f876f08babd6d8a5.tar.gz
nuttx-f5fe5b29490d863ea78f4f16f876f08babd6d8a5.tar.bz2
nuttx-f5fe5b29490d863ea78f4f16f876f08babd6d8a5.zip
Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/NxWidgets')
-rw-r--r--apps/NxWidgets/Kconfig11
1 files changed, 9 insertions, 2 deletions
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