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:
committed by
Carles Cufi
parent
1ac56d0501
commit
9a7c2ce6d5
@@ -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
5
soc/gaisler/Kconfig.soc
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_SPARC_LEON
|
||||
bool
|
||||
@@ -5,3 +5,5 @@ config SOC_GR716A
|
||||
select SPARC
|
||||
select SOC_SPARC_LEON
|
||||
select CPU_HAS_FPU
|
||||
|
||||
rsource "../Kconfig"
|
||||
|
||||
@@ -6,3 +6,5 @@ config SOC_GR716A
|
||||
|
||||
config SOC
|
||||
default "gr716a" if SOC_GR716A
|
||||
|
||||
rsource "../Kconfig.soc"
|
||||
|
||||
@@ -4,3 +4,5 @@
|
||||
config SOC_LEON3
|
||||
select SPARC
|
||||
select SOC_SPARC_LEON
|
||||
|
||||
rsource "../Kconfig"
|
||||
|
||||
@@ -6,3 +6,5 @@ config SOC_LEON3
|
||||
|
||||
config SOC
|
||||
default "leon3" if SOC_LEON3
|
||||
|
||||
rsource "../Kconfig.soc"
|
||||
|
||||
Reference in New Issue
Block a user