:orphan: .. title:: choice: Cypress PSoC6 MCU Selection .. _choice_72: .. describe:: choice: Cypress PSoC6 MCU Selection *Cypress PSoC6 MCU Selection* Type: ``bool`` Direct dependencies =================== (\ :option:`SOC_SERIES_PSOC62 ` || \ :option:`SOC_SERIES_PSOC63 `) && \ :option:`SOC_FAMILY_PSOC6 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`SOC_PART_NUMBER_CY8C6247BZI_D54 ` - \ :option:`SOC_PART_NUMBER_CY8C6347BZI_BLD53 ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/cypress/psoc6/Kconfig.soc:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/cypress/Kconfig:33`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: choice bool "Cypress PSoC6 MCU Selection" depends on (\ :option:`SOC_SERIES_PSOC62 ` || \ :option:`SOC_SERIES_PSOC63 `) && \ :option:`SOC_FAMILY_PSOC6 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*