Files
zephyr/soc/andes/ae350/Kconfig.soc
Jamie McCrae ef82a8255c soc: ae350: Port to HWMv2
Ports the ae350 SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:49:58 +01:00

21 lines
416 B
Plaintext

# Copyright (c) 2021 Andes Technology Corporation
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_ANDES_AE350
bool
select SOC_FAMILY_ANDES_V5
help
Andes V5 AE350 SoC Series Implementation"
config SOC_ANDES_AE350
bool
select SOC_SERIES_ANDES_AE350
help
Andes AE350 SoC implementation"
config SOC_SERIES
default "ae350" if SOC_SERIES_ANDES_AE350
config SOC
default "ae350" if SOC_ANDES_AE350