1# Copyright (c) 2024 Antmicro <www.antmicro.com> 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_QEMU_RISCV32 5 6# Use thread local storage by default so that this feature gets more CI coverage. 7config THREAD_LOCAL_STORAGE 8 default y 9 10config BUILD_OUTPUT_BIN 11 default n 12 13config HAS_COVERAGE_SUPPORT 14 default y 15 16config QEMU_ICOUNT_SHIFT 17 default 6 if QEMU_ICOUNT 18 19endif # BOARD_QEMU_RISCV32 20