mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 00:25:46 +00:00
Fixes #16733, applied to STM32F2 series. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
# Kconfig - 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
|