blob: 9488b52ff9488a9bb4dc960b6288fa5b1938feb4 [file] [log] [blame]
# Kconfig - RISCV32_FE310 SOC configuration options
#
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "SiFive Freedom E310 SOC implementation"
depends on SOC_SERIES_RISCV32_FE310
config SOC_RISCV32_FE310
bool "SiFive Freedom E310 SOC implementation"
select ATOMIC_OPERATIONS_C
endchoice