1# Copyright (c) 2021 YuLong Yao <feilongphone@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4choice 5 prompt "GigaDevice GD32E103 MCU Selection" 6 depends on SOC_SERIES_GD32E10X 7 8 config SOC_GD32E103 9 bool "gd32e103" 10endchoice 11