From 94393aa719cccd70cba91c4ad02753115c5af775 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 18 Jan 2018 06:55:24 -0600 Subject: [PATCH] Fix a dependency in Kconfig: CONFIG_NXWIDGET_SERVERINIT is definitely supported in the PROTECTED and KERNEL build modes. --- Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Kconfig b/Kconfig index c841707a4..1b8392907 100644 --- a/Kconfig +++ b/Kconfig @@ -31,7 +31,6 @@ config NXWIDGETS_FLICKERFREE config NXWIDGET_SERVERINIT bool "Start server" default y - depends on !BUILD_PROTECTED && !BUILD_KERNEL ---help--- If this option is selected, then the NxWidgets::CNxServer class will bring up the NX server when it is initialized. If this option is