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

View File

@ -61,7 +61,7 @@ config STM3240G_BOARDINIT_PRIO
config STM3240G_BOARDINIT_STACK
int "Board initialization thread Size"
default 2048
default DEFAULT_TASK_STACKSIZE
---help---
If BOARD_LATE_INITIALIZE initialize is defined, then the function
board_late_initialize() will be called to perform board-specific

View File

@ -97,7 +97,7 @@ config VIEWTOOL_MAX3421E_PWR
config VIEWTOOL_MAX3421E_CONNMON_STACKSIZE
int "MAX3421E USB connection monitor stack size"
default 2048
default DEFAULT_TASK_STACKSIZE
config VIEWTOOL_MAX3421E_CONNMON_PRIORITY
int "MAX3421E USB connection monitor priority"

View File

@ -18,6 +18,6 @@ config RPTUN_PRIORITY
config RPTUN_STACKSIZE
int "rptun stack size"
default 2048
default DEFAULT_TASK_STACKSIZE
endif # RPTUN

View File

@ -718,7 +718,7 @@ config USBMSC_SCSI_PRIO
config USBMSC_SCSI_STACKSIZE
int "USBMSC SCSI daemon stack size"
default 2048
default DEFAULT_TASK_STACKSIZE
---help---
Stack size used with the SCSI kernel thread. The default value
is not tuned.

View File

@ -21,7 +21,7 @@ if USBMONITOR
config USBMONITOR_STACKSIZE
int "USB Monitor daemon stack size"
default 2048
default DEFAULT_TASK_STACKSIZE
---help---
The stack size to use the USB monitor daemon. Default: 2048

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

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"