summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-02 12:42:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-02 12:42:23 -0600
commit98b56383c7628b5687d5c33cdc66b612537e4cfd (patch)
tree612e24b1a8878f2ff100f671901dd8bd3d14c671 /apps
parentc9f83666a78accd78e58454d3a6e42a3e9f16779 (diff)
downloadnuttx-98b56383c7628b5687d5c33cdc66b612537e4cfd.tar.gz
nuttx-98b56383c7628b5687d5c33cdc66b612537e4cfd.tar.bz2
nuttx-98b56383c7628b5687d5c33cdc66b612537e4cfd.zip
configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-frontends tools
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/nx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/examples/nx/Kconfig b/apps/examples/nx/Kconfig
index 59ee98a18..099f22332 100644
--- a/apps/examples/nx/Kconfig
+++ b/apps/examples/nx/Kconfig
@@ -82,6 +82,13 @@ config EXAMPLES_NX_RAWWINDOWS
Use raw windows; Default is to use pretty, framed NXTK windows with
toolbars.
+config EXAMPLES_NX_TOOLBAR_HEIGHT
+ int "Tool bar height"
+ default 16
+ depends on !EXAMPLES_NX_RAWWINDOWS
+ ---help---
+ The height of the toolbar in the NXTK framed windows
+
config EXAMPLES_NX_EXTERNINIT
bool "External Device Initialization"
default n