:orphan: .. title:: STM32_CCM .. option:: CONFIG_STM32_CCM *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/arm/st_stm32/common/Kconfig.soc:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*