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
@@ -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.