-
CONFIG_SOC_SERIES_STM32F7X
¶
STM32F7x Series MCU
Type: bool
Help¶
Enable support for STM32F7 MCU series
Direct dependencies¶
<choice: SoC/CPU/Configuration Selection>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
CPU_CORTEX_M7
if <choice: SoC/CPU/Configuration Selection>CPU_HAS_FPU
if <choice: SoC/CPU/Configuration Selection>SOC_FAMILY_STM32
if <choice: SoC/CPU/Configuration Selection>HAS_STM32CUBE
if <choice: SoC/CPU/Configuration Selection>CPU_HAS_ARM_MPU
if <choice: SoC/CPU/Configuration Selection>CPU_HAS_SYSTICK
if <choice: SoC/CPU/Configuration Selection>CLOCK_CONTROL_STM32_CUBE
ifCLOCK_CONTROL
&& <choice: SoC/CPU/Configuration Selection>
Kconfig definition¶
At soc/arm/st_stm32/stm32f7/Kconfig.series:8
Included via Kconfig:10
→ Kconfig.zephyr:27
→ soc/Kconfig:6
→ soc/arm/st_stm32/Kconfig.soc:8
Menu path: (top menu) → SoC/CPU/Configuration Selection
config SOC_SERIES_STM32F7X bool prompt "STM32F7x Series MCU" if <choice: SoC/CPU/Configuration Selection> selectCPU_CORTEX_M7
if <choice: SoC/CPU/Configuration Selection> selectCPU_HAS_FPU
if <choice: SoC/CPU/Configuration Selection> selectSOC_FAMILY_STM32
if <choice: SoC/CPU/Configuration Selection> selectHAS_STM32CUBE
if <choice: SoC/CPU/Configuration Selection> selectCPU_HAS_ARM_MPU
if <choice: SoC/CPU/Configuration Selection> selectCPU_HAS_SYSTICK
if <choice: SoC/CPU/Configuration Selection> selectCLOCK_CONTROL_STM32_CUBE
ifCLOCK_CONTROL
&& <choice: SoC/CPU/Configuration Selection> depends on <choice: SoC/CPU/Configuration Selection> help Enable support for STM32F7 MCU series
(Definitions include propagated dependencies, including from if’s and menus.)