:orphan: .. title:: choice: Cypress PSoC6 MCU Selection .. _choice_78: .. describe:: choice: Cypress PSoC6 MCU Selection *Cypress PSoC6 MCU Selection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_PSOC62 ` || \ :kconfig:`SOC_SERIES_PSOC63 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_PSOC6_M0 ` - \ :kconfig:`SOC_PSOC6_M4 ` Kconfig definition ================== At ``/arm/cypress/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "Cypress PSoC6 MCU Selection" depends on SOC_SERIES_PSOC62 || SOC_SERIES_PSOC63 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*