blob: 409b58269496850b7ada8a5a34c260668f589940 [file] [log] [blame]
# Kconfig - RISCV32_QEMU SOC configuration options
#
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "riscv32_qemu SOC implementation"
depends on SOC_SERIES_RISCV32_QEMU
config SOC_RISCV32_QEMU
bool "riscv32_qemu SOC implementation"
select ATOMIC_OPERATIONS_C
endchoice