mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
This removes the last traces of single-user mode.
This commit is contained in:
+2
-13
@@ -663,15 +663,7 @@ config NXTERM_NPOLLWAITERS
|
||||
|
||||
endif # NXTERM
|
||||
|
||||
comment "NX Multi-user only options"
|
||||
|
||||
menuconfig NX_MULTIUSER
|
||||
bool "Multi-user NX Server"
|
||||
default n
|
||||
---help---
|
||||
Configures NX in multi-user mode
|
||||
|
||||
if NX_MULTIUSER
|
||||
comment "NX server options"
|
||||
|
||||
config NX_BLOCKING
|
||||
bool "Blocking"
|
||||
@@ -713,8 +705,7 @@ config NXSTART_SERVERPRIO
|
||||
int "NX Server priority"
|
||||
default 110
|
||||
---help---
|
||||
Priority of the NX server. This applies only if NX is configured in
|
||||
multi-user mode (NX_MULTIUSER=y). Default: 110.
|
||||
Priority of the NX server. Default: 110.
|
||||
|
||||
NOTE: NXSTART_SERVERPRIO should have a relatively high priority to
|
||||
avoid data overrun race conditions.
|
||||
@@ -748,8 +739,6 @@ config NXSTART_VPLANE
|
||||
---help---
|
||||
Only a single video plane is supported. Default: 0
|
||||
|
||||
endif # NX_MULTIUSER
|
||||
|
||||
source "graphics/vnc/Kconfig"
|
||||
|
||||
endif # NX
|
||||
|
||||
Reference in New Issue
Block a user