soc: snps_arc_iot: Port to HWMv2
Ports the snps_arc_iot SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
334264c46a
commit
ff0e0fce1b
@@ -3,7 +3,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_ARC_IOT
|
||||
bool "Synopsys ARC IoT SoC"
|
||||
select ARC
|
||||
select CPU_HAS_MPU
|
||||
select CPU_HAS_FPU
|
||||
@@ -4,9 +4,6 @@
|
||||
|
||||
if SOC_ARC_IOT
|
||||
|
||||
config SOC
|
||||
default "snps_arc_iot"
|
||||
|
||||
config CPU_EM4_FPUS
|
||||
default y
|
||||
|
||||
11
soc/synopsys/arc_iot/Kconfig.soc
Normal file
11
soc/synopsys/arc_iot/Kconfig.soc
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright (c) 2014 Wind River Systems, Inc.
|
||||
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_ARC_IOT
|
||||
bool
|
||||
help
|
||||
Synopsys ARC IoT SoC
|
||||
|
||||
config SOC
|
||||
default "arc_iot" if SOC_ARC_IOT
|
||||
4
soc/synopsys/arc_iot/soc.yml
Normal file
4
soc/synopsys/arc_iot/soc.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
series:
|
||||
- name: arc_iot
|
||||
socs:
|
||||
- name: arc_iot
|
||||
Reference in New Issue
Block a user