Hook in graphics/Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5187 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4ccd0a2219
commit
f2de6bd846
2 changed files with 12 additions and 11 deletions
4
Kconfig
4
Kconfig
|
|
@ -339,6 +339,10 @@ menu "File Systems"
|
||||||
source fs/Kconfig
|
source fs/Kconfig
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
menu "Graphics Support"
|
||||||
|
source graphics/Kconfig
|
||||||
|
endmenu
|
||||||
|
|
||||||
menu "Memory Management"
|
menu "Memory Management"
|
||||||
source mm/Kconfig
|
source mm/Kconfig
|
||||||
endmenu
|
endmenu
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@ config NXTK_BORDERWIDTH
|
||||||
config NXTK_BORDERCOLOR1
|
config NXTK_BORDERCOLOR1
|
||||||
hex "Border Color"
|
hex "Border Color"
|
||||||
default 0
|
default 0
|
||||||
---help--
|
---help---
|
||||||
Specify the colors of the border used with framed windows.
|
Specify the colors of the border used with framed windows.
|
||||||
NXTL_BODERCOLOR is the "normal" color of the border.
|
NXTL_BODERCOLOR is the "normal" color of the border.
|
||||||
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
|
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
|
||||||
|
|
@ -133,7 +133,7 @@ config NXTK_BORDERCOLOR1
|
||||||
config NXTK_BORDERCOLOR2
|
config NXTK_BORDERCOLOR2
|
||||||
hex "Darker Border Color"
|
hex "Darker Border Color"
|
||||||
default 0
|
default 0
|
||||||
---help--
|
---help---
|
||||||
Specify the colors of the border used with framed windows.
|
Specify the colors of the border used with framed windows.
|
||||||
NXTL_BODERCOLOR is the "normal" color of the border.
|
NXTL_BODERCOLOR is the "normal" color of the border.
|
||||||
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
|
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
|
||||||
|
|
@ -142,7 +142,7 @@ config NXTK_BORDERCOLOR2
|
||||||
config NXTK_BORDERCOLOR3
|
config NXTK_BORDERCOLOR3
|
||||||
hex "Brighter Border Color"
|
hex "Brighter Border Color"
|
||||||
default 0
|
default 0
|
||||||
---help--
|
---help---
|
||||||
Specify the colors of the border used with framed windows.
|
Specify the colors of the border used with framed windows.
|
||||||
NXTL_BODERCOLOR is the "normal" color of the border.
|
NXTL_BODERCOLOR is the "normal" color of the border.
|
||||||
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
|
NXTK_BORDERCOLOR2 is the shadow side color and so is normally darker.
|
||||||
|
|
@ -164,7 +164,7 @@ config NXFONTS_CHARBITS
|
||||||
int "Bits in Character Set"
|
int "Bits in Character Set"
|
||||||
default 7
|
default 7
|
||||||
range 7 8
|
range 7 8
|
||||||
---help--
|
---help---
|
||||||
The number of bits in the character set. Current options are only 7 and 8.
|
The number of bits in the character set. Current options are only 7 and 8.
|
||||||
The default is 7.
|
The default is 7.
|
||||||
|
|
||||||
|
|
@ -347,7 +347,7 @@ config NXCONSOLE_CACHESIZE
|
||||||
NXCONSOLE_CACHESIZE should be larger than MQ_MAXMSGSIZE in any event.
|
NXCONSOLE_CACHESIZE should be larger than MQ_MAXMSGSIZE in any event.
|
||||||
|
|
||||||
config NXCONSOLE_LINESEPARATION
|
config NXCONSOLE_LINESEPARATION
|
||||||
int "Line Separation
|
int "Line Separation"
|
||||||
default 0
|
default 0
|
||||||
---help---
|
---help---
|
||||||
This the space (in rows) between each row of test. Default: 0
|
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
|
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.
|
that the text is simply truncated until a new line is encountered.
|
||||||
|
|
||||||
commont "NxConsole Input options"
|
comment "NxConsole Input options"
|
||||||
|
|
||||||
config NXCONSOLE_NXKBDIN
|
config NXCONSOLE_NXKBDIN
|
||||||
bool "NX KBD input"
|
bool "NX KBD input"
|
||||||
|
|
@ -387,11 +387,10 @@ config NXCONSOLE_NPOLLWAITERS
|
||||||
Default: 4
|
Default: 4
|
||||||
|
|
||||||
endif
|
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"
|
bool "Multi-user NX Server"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
|
@ -425,6 +424,4 @@ config NX_MXCLIENTMSGS
|
||||||
controls how many messages are pre-allocated).
|
controls how many messages are pre-allocated).
|
||||||
|
|
||||||
endif
|
endif
|
||||||
endmenu
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue