soc: gaisler: Move Kconfig file

Moves a Kconfig file from hwmv1 to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-20 08:33:38 +00:00
committed by Carles Cufi
parent 1ac56d0501
commit 9a7c2ce6d5
6 changed files with 14 additions and 3 deletions

View File

@@ -2,7 +2,5 @@
# SPDX-License-Identifier: Apache-2.0
config SPARC_CASA
default y if SPARC
config SOC_SPARC_LEON
bool
default y if SPARC

5
soc/gaisler/Kconfig.soc Normal file
View File

@@ -0,0 +1,5 @@
# Copyright (c) 2019-2020 Cobham Gaisler AB
# SPDX-License-Identifier: Apache-2.0
config SOC_SPARC_LEON
bool

View File

@@ -5,3 +5,5 @@ config SOC_GR716A
select SPARC
select SOC_SPARC_LEON
select CPU_HAS_FPU
rsource "../Kconfig"

View File

@@ -6,3 +6,5 @@ config SOC_GR716A
config SOC
default "gr716a" if SOC_GR716A
rsource "../Kconfig.soc"

View File

@@ -4,3 +4,5 @@
config SOC_LEON3
select SPARC
select SOC_SPARC_LEON
rsource "../Kconfig"

View File

@@ -6,3 +6,5 @@ config SOC_LEON3
config SOC
default "leon3" if SOC_LEON3
rsource "../Kconfig.soc"