1# Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_SERIES_GD32A50X 5 bool 6 select SOC_FAMILY_GD_GD32 7 help 8 Enable support for GigaDevice GD32A50X MCU series 9 10config SOC_SERIES 11 default "gd32a50x" if SOC_SERIES_GD32A50X 12 13config SOC_GD32A503 14 bool 15 select SOC_SERIES_GD32A50X 16 17config SOC 18 default "gd32a503" if SOC_GD32A503 19