zephyr/soc/riscv/riscv-privilege/virt/Kconfig.soc

13 lines
255 B
Plaintext

# Copyright (c) 2020 Cobham Gaisler AB
# SPDX-License-Identifier: Apache-2.0
choice
prompt "QEMU RISC-V VirtIO Board"
depends on SOC_SERIES_RISCV_VIRT
config SOC_RISCV_VIRT
bool "QEMU RISC-V VirtIO Board"
select ATOMIC_OPERATIONS_BUILTIN
endchoice