:orphan: .. title:: SOC_PSOC6_M4 .. option:: CONFIG_SOC_PSOC6_M4 *SOC_PSOC6_M4* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CPU_CORTEX_M4 ` - \ :option:`CPU_CORTEX_M_HAS_DWT ` - \ :option:`CPU_CORTEX_M_HAS_SYSTICK ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/cypress/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Cypress PSoC6 MCU Selection .. parsed-literal:: config SOC_PSOC6_M4 bool "SOC_PSOC6_M4" select \ :option:`CPU_CORTEX_M4 ` select \ :option:`CPU_CORTEX_M_HAS_DWT ` select \ :option:`CPU_CORTEX_M_HAS_SYSTICK ` depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*