:orphan: .. title:: CONFIG_SOC_PSOC6_M0 .. kconfig:: CONFIG_SOC_PSOC6_M0 CONFIG_SOC_PSOC6_M0 ################### *SOC\_PSOC6\_M0* *SOC\_PSOC6\_M0* Type: ``bool`` Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`CPU_CORTEX_M0PLUS ` - \ :kconfig:`CPU_CORTEX_M_HAS_SYSTICK ` - \ :kconfig:`CPU_CORTEX_M_HAS_VTOR ` - \ :kconfig:`CPU_CORTEX_M0PLUS ` - \ :kconfig:`CPU_CORTEX_M_HAS_SYSTICK ` - \ :kconfig:`CPU_CORTEX_M_HAS_VTOR ` Kconfig definitions =================== At ``/arm/cypress/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Cypress PSoC6 MCU Selection .. code-block:: kconfig config SOC_PSOC6_M0 bool "SOC_PSOC6_M0" select CPU_CORTEX_M0PLUS select CPU_CORTEX_M_HAS_SYSTICK select CPU_CORTEX_M_HAS_VTOR depends on ---- At ``/arm/cypress/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Cypress PSoC6 MCU Selection .. code-block:: kconfig config SOC_PSOC6_M0 bool "SOC_PSOC6_M0" select CPU_CORTEX_M0PLUS select CPU_CORTEX_M_HAS_SYSTICK select CPU_CORTEX_M_HAS_VTOR depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*