summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/boards/riscv/asurada/Kconfig.defconfig
blob: 66aab2b561d8eeebc3bce7849ccc737230161c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

endif # BOARD_ASURADA