Move soc/gd_gd32 to soc/gd/gd32. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
18 lines
330 B
Plaintext
18 lines
330 B
Plaintext
# Copyright (c) 2022 BrainCo Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_GD32L23X
|
|
bool
|
|
help
|
|
Enable support for GigaDevice GD32L23X MCU series
|
|
|
|
config SOC_SERIES
|
|
default "gd32l23x" if SOC_SERIES_GD32L23X
|
|
|
|
config SOC_GD32L233
|
|
bool
|
|
select SOC_SERIES_GD32L23X
|
|
|
|
config SOC
|
|
default "gd32l233" if SOC_GD32L233
|