aboutsummaryrefslogtreecommitdiff
path: root/nuttx/graphics
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 01:29:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 01:29:27 +0000
commit26da04787883aa336e636e4e955f1d4718f02131 (patch)
tree8ecbbd6e1932f16fba94e7afd1b13f66a815cbc7 /nuttx/graphics
parent4c432c716a57b1f6a7c7609a7bc36b6e0a49e2e0 (diff)
downloadpx4-firmware-26da04787883aa336e636e4e955f1d4718f02131.tar.gz
px4-firmware-26da04787883aa336e636e4e955f1d4718f02131.tar.bz2
px4-firmware-26da04787883aa336e636e4e955f1d4718f02131.zip
Hook in graphics/Kconfig
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5187 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics')
-rw-r--r--nuttx/graphics/Kconfig19
1 files changed, 8 insertions, 11 deletions
diff --git a/nuttx/graphics/Kconfig b/nuttx/graphics/Kconfig
index 8af3c2d1e..1ae387605 100644
--- a/nuttx/graphics/Kconfig
+++ b/nuttx/graphics/Kconfig
@@ -124,7 +124,7 @@ config NXTK_BORDERWIDTH
config NXTK_BORDERCOLOR1
hex "Border Color"
default 0
- ---help--
+ ---help---
Specify the colors of the border used with framed windows.
NXTL_BODERCOLOR is the "normal" color of the border.
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
@@ -133,7 +133,7 @@ config NXTK_BORDERCOLOR1
config NXTK_BORDERCOLOR2
hex "Darker Border Color"
default 0
- ---help--
+ ---help---
Specify the colors of the border used with framed windows.
NXTL_BODERCOLOR is the "normal" color of the border.
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
@@ -142,7 +142,7 @@ config NXTK_BORDERCOLOR2
config NXTK_BORDERCOLOR3
hex "Brighter Border Color"
default 0
- ---help--
+ ---help---
Specify the colors of the border used with framed windows.
NXTL_BODERCOLOR is the "normal" color of the border.
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
@@ -164,7 +164,7 @@ config NXFONTS_CHARBITS
int "Bits in Character Set"
default 7
range 7 8
- ---help--
+ ---help---
The number of bits in the character set. Current options are only 7 and 8.
The default is 7.
@@ -347,7 +347,7 @@ config NXCONSOLE_CACHESIZE
NXCONSOLE_CACHESIZE should be larger than MQ_MAXMSGSIZE in any event.
config NXCONSOLE_LINESEPARATION
- int "Line Separation
+ int "Line Separation"
default 0
---help---
This the space (in rows) between each row of test. Default: 0
@@ -360,7 +360,7 @@ config NXCONSOLE_NOWRAP
of the window. This setting can be defining to change this behavior so
that the text is simply truncated until a new line is encountered.
-commont "NxConsole Input options"
+comment "NxConsole Input options"
config NXCONSOLE_NXKBDIN
bool "NX KBD input"
@@ -387,11 +387,10 @@ config NXCONSOLE_NPOLLWAITERS
Default: 4
endif
-endmenu
-menu "NX Multi-user only options"
+comment "NX Multi-user only options"
-config NX_MULTIUSER
+menuconfig NX_MULTIUSER
bool "Multi-user NX Server"
default n
---help---
@@ -425,6 +424,4 @@ config NX_MXCLIENTMSGS
controls how many messages are pre-allocated).
endif
-endmenu
-
endif