mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-06 08:46:31 +00:00
Fix a dependency in Kconfig: CONFIG_NXWIDGET_SERVERINIT is definitely supported in the PROTECTED and KERNEL build modes.
This commit is contained in:
parent
e69358670c
commit
94393aa719
1 changed files with 0 additions and 1 deletions
1
Kconfig
1
Kconfig
|
|
@ -31,7 +31,6 @@ config NXWIDGETS_FLICKERFREE
|
|||
config NXWIDGET_SERVERINIT
|
||||
bool "Start server"
|
||||
default y
|
||||
depends on !BUILD_PROTECTED && !BUILD_KERNEL
|
||||
---help---
|
||||
If this option is selected, then the NxWidgets::CNxServer class will
|
||||
bring up the NX server when it is initialized. If this option is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue