zephyr/soc/arm/st_stm32/stm32h7/Kconfig.soc

15 lines
296 B
Plaintext

# 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