This removes the last traces of single-user mode.
This commit is contained in:
parent
5877d74089
commit
ec05d491e1
2
Kconfig
2
Kconfig
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user