:orphan: .. title:: choice: Cypress PSoC6 MCU Selection .. _choice_67: .. describe:: choice: Cypress PSoC6 MCU Selection *Cypress PSoC6 MCU Selection* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_PSOC62 ` || \ :option:`SOC_SERIES_PSOC63 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`SOC_PSOC6_M0 ` - \ :option:`SOC_PSOC6_M4 ` Kconfig definition ================== At ``/arm/cypress/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/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.)*