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:
Marcin Niestroj 2023-11-19 17:18:50 +01:00 committed by Fabio Baltieri
commit 81c5727f27

View file

@ -17,14 +17,6 @@ menuconfig WIFI_AIROC
if 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 config AIROC_WIFI_EVENT_TASK_STACK_SIZE
int "Event Task Stack Size" int "Event Task Stack Size"
default 4096 default 4096