This removes the last traces of single-user mode.

This commit is contained in:
Gregory Nutt 2017-10-15 09:37:32 -06:00
parent 5877d74089
commit ec05d491e1
3 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,7 @@ menu "NxWidgets/NxWM"
config NXWIDGETS
bool "Enable NxWidgets"
default n
depends on NX && HAVE_CXX && NX_MULTIUSER
depends on NX && HAVE_CXX
---help---
Enable support for NxWidgets

View File

@ -88,7 +88,6 @@ Installing and Building the Unit Tests
d) Special configuration requirements for the nxwm unit test:
CONFIG_NXTERM=y
CONFIG_NX_MULTIUSER=y
e) Other .config file changes -- NSH configurations only.

View File

@ -56,7 +56,6 @@
*
* CONFIG_HAVE_CXX : C++ support is required
* CONFIG_NX : NX must enabled
* CONFIG_NX_MULTIUSER=y : NX must be configured in multiuse mode
* CONFIG_NXTERM=y : For NxTerm support
* CONFIG_SCHED_ONEXIT : Support for on_exit()
*
@ -80,10 +79,6 @@
# error "NX support is required (CONFIG_NX)"
#endif
#ifndef CONFIG_NX_MULTIUSER
# error "NX multi-user support is required (CONFIG_NX_MULTIUSER)"
#endif
/**
* NxTerm support is (probably) required if CONFIG_NXWM_NXTERM is
* selected