: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 ================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.soc:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config STM32_CCM bool default n depends on \ :option:`SOC_FAMILY_STM32 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*