summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig
blob: 8732b9cc39b63171f2f6ffaf393c3b4827aae513 (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
# 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"

config TASK_PD_STACK_SIZE
	default 1280

config TASK_CHARGER_STACK_SIZE
	default 1280

config TASK_KEYSCAN_STACK_SIZE
	default 1280

config TASK_MOTIONSENSE_STACK_SIZE
	default 1536

config TASK_HOSTCMD_STACK_SIZE
	default 1280

config SYSTEM_WORKQUEUE_STACK_SIZE
	default 1536

endif # BOARD_ASURADA