From 26da04787883aa336e636e4e955f1d4718f02131 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 25 Sep 2012 01:29:27 +0000 Subject: Hook in graphics/Kconfig git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5187 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Kconfig | 4 ++++ nuttx/graphics/Kconfig | 19 ++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'nuttx') diff --git a/nuttx/Kconfig b/nuttx/Kconfig index f920e4984..520f09ebf 100644 --- a/nuttx/Kconfig +++ b/nuttx/Kconfig @@ -339,6 +339,10 @@ menu "File Systems" source fs/Kconfig endmenu +menu "Graphics Support" +source graphics/Kconfig +endmenu + menu "Memory Management" source mm/Kconfig endmenu 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 -- cgit v1.2.3