:orphan: .. title:: CONFIG_STM32_CCM .. kconfig:: CONFIG_STM32_CCM CONFIG_STM32_CCM ################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_FAMILY_STM32 ` || \ :kconfig:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.soc:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config STM32_CCM bool default n depends on SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.soc:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config STM32_CCM bool default n depends on SOC_FAMILY_STM32 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*