|
# Copyright (c) 2023 Efinix Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_EFINIX_SAPPHIRE
|
|
bool "Efinix Sapphire SOC implementation"
|
|
select RISCV
|
|
select SOC_FAMILY_RISCV_PRIVILEGED
|
|
help
|
|
Enable support for Efinix Sapphire SOC implementation
|