Kconfig: change the stack size default to DEFAULT_TASK_STACKSIZE

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-04-18 00:25:31 +08:00
committed by patacongo
parent 4b37d0b200
commit 6ad91aeb05
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -514,7 +514,7 @@ config NXSTART_SERVERPRIO
config NXSTART_SERVERSTACK
int "NX Server Stack Size"
default 2048
default DEFAULT_TASK_STACKSIZE
---help---
NX server thread stack size (in multi-user mode). Default 2048
+2 -2
View File
@@ -44,7 +44,7 @@ config VNCSERVER_PRIO
config VNCSERVER_STACKSIZE
int "VNC server stack size"
default 2048
default DEFAULT_TASK_STACKSIZE
config VNCSERVER_UPDATER_PRIO
int "VNC updater thread priority"
@@ -52,7 +52,7 @@ config VNCSERVER_UPDATER_PRIO
config VNCSERVER_UPDATER_STACKSIZE
int "VNC updater thread stack size"
default 2048
default DEFAULT_TASK_STACKSIZE
choice
prompt "VNC color format"