summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-29 11:11:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-29 11:11:48 -0600
commitf3ce29aa9b591ff1b6a697484528f7340580ace7 (patch)
tree69b85fc081c232b5ed806b06e8d0f750b42cbdea /NxWidgets/Kconfig
parent513671256fe287033b8874d352fdf34bf6a14bea (diff)
downloadnuttx-f3ce29aa9b591ff1b6a697484528f7340580ace7.tar.gz
nuttx-f3ce29aa9b591ff1b6a697484528f7340580ace7.tar.bz2
nuttx-f3ce29aa9b591ff1b6a697484528f7340580ace7.zip
Add nx_start() to simplify starting the NX server from within the RTOS
Diffstat (limited to 'NxWidgets/Kconfig')
-rw-r--r--NxWidgets/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index b6ac4fb7d..2d1467425 100644
--- a/NxWidgets/Kconfig
+++ b/NxWidgets/Kconfig
@@ -28,8 +28,7 @@ config NXWIDGETS_FLICKERFREE
config NXWIDGETS_EXTERNINIT
bool "External display Initialization"
- default 0
- depends on NXWIDGET_SERVERINIT
+ default n
---help---
Define to support external display initialization.
@@ -44,6 +43,7 @@ config NXWIDGETS_DEVNO
config NXWIDGETS_VPLANE
int "Plane Number"
default 0
+ depends on !NX_LCDDRIVER && !NXWIDGETS_EXTERNINIT
---help---
Only a single video plane is supported. Default: 0