12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
# RISCV_SIFIVE_FREEDOM SOC implementation
|
|
|
|
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_RISCV_SIFIVE_FREEDOM
|
|
bool "SiFive Freedom SOC implementation"
|
|
select RISCV
|
|
select SOC_FAMILY_RISCV_PRIVILEGE
|
|
help
|
|
Enable support for SiFive Freedom SOC
|