:orphan: .. title:: choice: Atmel SAME53 MCU Selection .. _choice_73: .. describe:: choice: Atmel SAME53 MCU Selection *Atmel SAME53 MCU Selection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_SAME53 ` && \ :kconfig:`SOC_FAMILY_SAM0 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_PART_NUMBER_SAME53J18A ` - \ :kconfig:`SOC_PART_NUMBER_SAME53J19A ` - \ :kconfig:`SOC_PART_NUMBER_SAME53J20A ` - \ :kconfig:`SOC_PART_NUMBER_SAME53N19A ` - \ :kconfig:`SOC_PART_NUMBER_SAME53N20A ` Kconfig definition ================== At ``/arm/atmel_sam0/same53/Kconfig.soc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/atmel_sam0/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "Atmel SAME53 MCU Selection" depends on SOC_SERIES_SAME53 && SOC_FAMILY_SAM0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*