mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-12 05:30:22 +00:00
configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-frontends tools
This commit is contained in:
parent
31e2fab329
commit
e73fc0b37d
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue