This removes the last traces of single-user mode.

This commit is contained in:
Gregory Nutt
2017-10-15 09:34:08 -06:00
parent 4b56c0cc0c
commit b75952c479
98 changed files with 119 additions and 3627 deletions
+2 -13
View File
@@ -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