1# SPDX-License-Identifier: Apache-2.0 2 3config BUILD_OUTPUT_BIN 4 default n 5 6config BOARD 7 default "qemu_riscv32" if BOARD_QEMU_RISCV32 8 default "qemu_riscv32_xip" if BOARD_QEMU_RISCV32_XIP 9 default "qemu_riscv32_smp" if BOARD_QEMU_RISCV32_SMP 10 11# Use thread local storage by default so that 12# this feature gets more CI coverage. 13config THREAD_LOCAL_STORAGE 14 default y 15