Browse Source

soc: gaisler: Move Kconfig file

Moves a Kconfig file from hwmv1 to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago committed by Carles Cufi
parent
commit
9a7c2ce6d5
  1. 4
      soc/gaisler/Kconfig
  2. 5
      soc/gaisler/Kconfig.soc
  3. 2
      soc/gaisler/gr716a/Kconfig
  4. 2
      soc/gaisler/gr716a/Kconfig.soc
  5. 2
      soc/gaisler/leon3/Kconfig
  6. 2
      soc/gaisler/leon3/Kconfig.soc

4
soc/soc_legacy/sparc/Kconfig → soc/gaisler/Kconfig

@ -2,7 +2,5 @@ @@ -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

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

2
soc/gaisler/gr716a/Kconfig

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

2
soc/gaisler/gr716a/Kconfig.soc

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

2
soc/gaisler/leon3/Kconfig

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

2
soc/gaisler/leon3/Kconfig.soc

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

Loading…
Cancel
Save