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