15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
# RISCV_SIFIVE_FREEDOM SOC configuration options
|
|
|
|
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "SiFive Freedom SOC implementation"
|
|
depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM
|
|
|
|
config SOC_RISCV_SIFIVE_FREEDOM
|
|
bool "SiFive Freedom SOC implementation"
|
|
select ATOMIC_OPERATIONS_C
|
|
|
|
endchoice
|