:orphan: .. title:: choice: Atmel SAM4E MCU Selection .. _choice_62: .. describe:: choice: Atmel SAM4E MCU Selection *Atmel SAM4E MCU Selection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_SAM4E ` && \ :kconfig:`SOC_FAMILY_SAM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_PART_NUMBER_SAM4E16E ` - \ :kconfig:`SOC_PART_NUMBER_SAM4E16C ` - \ :kconfig:`SOC_PART_NUMBER_SAM4E8E ` - \ :kconfig:`SOC_PART_NUMBER_SAM4E8C ` Kconfig definition ================== At ``/arm/atmel_sam/sam4e/Kconfig.soc:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "Atmel SAM4E MCU Selection" depends on SOC_SERIES_SAM4E && SOC_FAMILY_SAM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*