:orphan: .. title:: choice: ARM DesignStart SoCs .. _choice_168: .. describe:: choice: ARM DesignStart SoCs *ARM DesignStart SoCs* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_ARM_DESIGNSTART ` && \ :kconfig:`SOC_FAMILY_ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_ARM_DESIGNSTART_FPGA_CORTEX_M1 ` - \ :kconfig:`SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3 ` Kconfig definition ================== At ``/arm/arm/designstart/Kconfig.soc:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/arm/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "ARM DesignStart SoCs" depends on SOC_SERIES_ARM_DESIGNSTART && SOC_FAMILY_ARM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*