Browse Source
Ports the SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
5 changed files with 12 additions and 4 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
# Copyright (c) 2023 Efinix Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_EFINIX_SAPPHIRE |
||||
bool |
||||
help |
||||
Efinix Sapphire VexRiscv system implementation |
||||
|
||||
config SOC |
||||
default "efinix_sapphire" if SOC_EFINIX_SAPPHIRE |
Loading…
Reference in new issue