drivers: wifi: airoc: drop default shell and sysworkq stack sizes
Those configuration settings should never be part of driver Kconfig file. Drop them, since they can easily result in Kconfig symbol circular dependency error. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
4cc80097d3
commit
81c5727f27
1 changed files with 0 additions and 8 deletions
|
@ -17,14 +17,6 @@ menuconfig WIFI_AIROC
|
|||
|
||||
if WIFI_AIROC
|
||||
|
||||
if SHELL
|
||||
config SHELL_STACK_SIZE
|
||||
default 4096
|
||||
endif # SHELL
|
||||
|
||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||
default 4096
|
||||
|
||||
config AIROC_WIFI_EVENT_TASK_STACK_SIZE
|
||||
int "Event Task Stack Size"
|
||||
default 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue