2019-07-19 11:05:53 +08:00
|
|
|
# Kconfig - RISCV_SIFIVE_FREEDOM SOC implementation
|
2018-08-16 06:41:21 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2019-07-19 11:05:53 +08:00
|
|
|
config SOC_SERIES_RISCV_SIFIVE_FREEDOM
|
2018-08-16 06:41:21 +08:00
|
|
|
bool "SiFive Freedom SOC implementation"
|
2019-07-18 01:17:05 +08:00
|
|
|
depends on RISCV
|
2018-08-16 06:41:21 +08:00
|
|
|
select SOC_FAMILY_RISCV_PRIVILEGE
|
|
|
|
help
|
|
|
|
Enable support for SiFive Freedom SOC
|