17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
# 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
|