:orphan: .. title:: CONFIG_SOC_STM32H747XX .. kconfig:: CONFIG_SOC_STM32H747XX CONFIG_SOC_STM32H747XX ###################### *STM32H747XX* *STM32H747XX* Type: ``bool`` Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`CPU_HAS_FPU_DOUBLE_PRECISION ` if \ :kconfig:`CPU_CORTEX_M7 ` - \ :kconfig:`CPU_HAS_FPU_DOUBLE_PRECISION ` if \ :kconfig:`CPU_CORTEX_M7 ` Kconfig definitions =================== At ``/arm/st_stm32/stm32h7/Kconfig.soc:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration → STM32H7x MCU Selection .. code-block:: kconfig config SOC_STM32H747XX bool "STM32H747XX" select CPU_HAS_FPU_DOUBLE_PRECISION if CPU_CORTEX_M7 depends on ---- At ``/arm/st_stm32/stm32h7/Kconfig.soc:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration → STM32H7x MCU Selection .. code-block:: kconfig config SOC_STM32H747XX bool "STM32H747XX" select CPU_HAS_FPU_DOUBLE_PRECISION if CPU_CORTEX_M7 depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*