summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/Kconfig.stacks11
-rw-r--r--zephyr/boards/riscv/asurada/Kconfig.defconfig3
-rw-r--r--zephyr/boards/riscv/it8xxx2/Kconfig.defconfig3
3 files changed, 11 insertions, 6 deletions
diff --git a/zephyr/Kconfig.stacks b/zephyr/Kconfig.stacks
index 2ffe64b341..367564de7e 100644
--- a/zephyr/Kconfig.stacks
+++ b/zephyr/Kconfig.stacks
@@ -107,3 +107,14 @@ config TASK_USB_CHG_STACK_SIZE
endif # SOC_SERIES_NPCX9
##############################################################################
+
+##############################################################################
+if SOC_SERIES_RISCV32_IT8XXX2
+
+# Zephyr internal stack sizes
+
+config SHELL_STACK_SIZE
+ default 1560
+
+endif # SOC_SERIES_RISCV32_IT8XXX2
+##############################################################################
diff --git a/zephyr/boards/riscv/asurada/Kconfig.defconfig b/zephyr/boards/riscv/asurada/Kconfig.defconfig
index e76e1cb2d1..463b0c30f3 100644
--- a/zephyr/boards/riscv/asurada/Kconfig.defconfig
+++ b/zephyr/boards/riscv/asurada/Kconfig.defconfig
@@ -15,9 +15,6 @@ config IDLE_STACK_SIZE
config ISR_STACK_SIZE
default 800
-config SHELL_STACK_SIZE
- default 1048
-
config SYSTEM_WORKQUEUE_STACK_SIZE
default 1024
diff --git a/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig b/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig
index 875969c7e4..1b1472dfe1 100644
--- a/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig
+++ b/zephyr/boards/riscv/it8xxx2/Kconfig.defconfig
@@ -15,9 +15,6 @@ config IDLE_STACK_SIZE
config ISR_STACK_SIZE
default 800
-config SHELL_STACK_SIZE
- default 1048
-
config SYSTEM_WORKQUEUE_STACK_SIZE
default 1024