1# Copyright (c) 2022, Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_GD32E50X
5	bool
6	select SOC_FAMILY_GD_GD32
7	help
8	  Enable support for GigaDevice GD32E50X MCU series
9
10config SOC_SERIES
11	default "gd32e50x" if SOC_SERIES_GD32E50X
12
13config SOC_GD32E507
14	bool
15	select SOC_SERIES_GD32E50X
16
17config SOC
18	default "gd32e507" if SOC_GD32E507
19