1# Copyright (c) 2022 BrainCo Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_GD32L23X
5	bool
6	select SOC_FAMILY_GD_GD32
7	help
8	  Enable support for GigaDevice GD32L23X MCU series
9
10config SOC_SERIES
11	default "gd32l23x" if SOC_SERIES_GD32L23X
12
13config SOC_GD32L233
14	bool
15	select SOC_SERIES_GD32L23X
16
17config SOC
18	default "gd32l233" if SOC_GD32L233
19