1# Copyright (c) 2021 Andes Technology Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_ANDES_AE350
5	bool
6	select SOC_FAMILY_ANDES_V5
7	help
8	  Andes V5 AE350 SoC Series Implementation"
9
10config SOC_ANDES_AE350
11	bool
12	select SOC_SERIES_ANDES_AE350
13	help
14	  Andes AE350 SoC implementation"
15
16config SOC_SERIES
17	default "ae350" if SOC_SERIES_ANDES_AE350
18
19config SOC
20	default "ae350" if SOC_ANDES_AE350
21