blob: ee39af3b57eed268e3c0ade4f3345bb493d0c384 [file] [log] [blame]
# Kconfig.soc - ST Microelectronics STM32H7 MCU line
#
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "STM32H7x MCU Selection"
depends on SOC_SERIES_STM32H7X
config SOC_STM32H747XX
bool "STM32H747XX"
select CPU_HAS_FPU_DOUBLE_PRECISION if CPU_CORTEX_M7
endchoice