blob: 583d6a85451ed137bb79a6afa03561ef8c855ffe [file] [log] [blame]
# Copyright (c) 2022 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
# Enable coverage regardless since this config for coverage only.
CONFIG_COVERAGE=y
# Need more stack space due to coverage being enabled.
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_IDLE_STACK_SIZE=1024