zephyr/soc/arm/st_stm32/stm32f2/Kconfig.soc

14 lines
264 B
Plaintext

# ST Microelectronics stm32f2 MCU line
# Copyright (c) 2018 qianfan Zhao <qianfanguijin@163.com>
# SPDX-License-Identifier: Apache-2.0
choice
prompt "STM32F2X MCU Selection"
depends on SOC_SERIES_STM32F2X
config SOC_STM32F207XX
bool "STM32F207XX"
endchoice