| # 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 |