zephyr/soc/arm/st_stm32/stm32f7/Kconfig.soc
Roland Ma 01049b73be dts: arm: st: Add dts and soc additions for stm32 F767ZI board
Added dts additions for stm32 nucleo f767zi board, also added
and modified soc addtions for thet board.
Updated dts reference file name.
Updated yaml to take out adc for now.

Signed-off-by: Roland Ma <rolandma@yahoo.com>
2020-01-16 22:51:13 +01:00

27 lines
490 B
Text

# ST Microelectronics STM32F7 MCU line
# Copyright (c) 2018 Yurii Hamann
# SPDX-License-Identifier: Apache-2.0
choice
prompt "STM32F7x MCU Selection"
depends on SOC_SERIES_STM32F7X
config SOC_STM32F723XX
bool "STM32F723XX"
config SOC_STM32F746XX
bool "STM32F746XX"
config SOC_STM32F756XX
bool "STM32F756XX"
config SOC_STM32F767XX
bool "STM32F767XX"
select CPU_HAS_FPU_DOUBLE_PRECISION
config SOC_STM32F769XX
bool "STM32F769XX"
select CPU_HAS_FPU_DOUBLE_PRECISION
endchoice