summaryrefslogtreecommitdiff
path: root/zephyr/boards/riscv/asurada/Kconfig.defconfig
blob: cc3e4b000c146b7b721f6c7a27566b11671c8908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

if BOARD_ASURADA

config BOARD
	default "asurada"

# Zephyr internal stack sizes

config IDLE_STACK_SIZE
	default 256

config ISR_STACK_SIZE
	default 800

config SHELL_STACK_SIZE
	default 1048

config SYSTEM_WORKQUEUE_STACK_SIZE
	default 1024


# Chromium EC stack sizes

config TASK_CHARGER_STACK_SIZE
	default 960

config TASK_CHIPSET_STACK_SIZE
	default 820

config TASK_HOOKS_STACK_SIZE
	default 672

config TASK_HOSTCMD_STACK_SIZE
	default 1024

config TASK_KEYSCAN_STACK_SIZE
	default 920

config TASK_MOTIONSENSE_STACK_SIZE
	default 920

config TASK_PD_STACK_SIZE
	default 1024

config TASK_USB_CHG_STACK_SIZE
	default 800


choice PLATFORM_EC_HOSTCMD_DEBUG_MODE
	default HCDEBUG_OFF
endchoice # PLATFORM_EC_HOSTCMD_DEBUG_MODE

endif # BOARD_ASURADA