1# Copyright (c) 2022, Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4choice
5	prompt "GigaDevice GD32E50X MCU Selection"
6	depends on SOC_SERIES_GD32E50X
7
8	config SOC_GD32E507
9		bool "gd32e507"
10
11endchoice
12