From ec05d491e1bdc91899e55ff7daf32fcc10ecbf79 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 15 Oct 2017 09:37:32 -0600 Subject: [PATCH] This removes the last traces of single-user mode. --- Kconfig | 2 +- UnitTests/README.txt | 1 - nxwm/include/nxwmconfig.hxx | 5 ----- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Kconfig b/Kconfig index 2100fb032..2b10ec5a3 100644 --- a/Kconfig +++ b/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 diff --git a/UnitTests/README.txt b/UnitTests/README.txt index 044fcc175..5af0d99f6 100644 --- a/UnitTests/README.txt +++ b/UnitTests/README.txt @@ -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. diff --git a/nxwm/include/nxwmconfig.hxx b/nxwm/include/nxwmconfig.hxx index c039f5663..7edf5d972 100644 --- a/nxwm/include/nxwmconfig.hxx +++ b/nxwm/include/nxwmconfig.hxx @@ -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