:orphan: .. title:: SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3 .. option:: CONFIG_SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3 *ARM Cortex-M3 DesignStart FPGA* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CPU_CORTEX_M3 ` - \ :option:`XIP ` - \ :option:`HAS_SEGGER_RTT ` Kconfig definition ================== At ``/arm/arm/designstart/Kconfig.soc:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/arm/Kconfig:14`` Menu path: (Top) → Hardware Configuration → ARM DesignStart SoCs .. code-block:: kconfig config SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3 bool "ARM Cortex-M3 DesignStart FPGA" select CPU_CORTEX_M3 select XIP select HAS_SEGGER_RTT depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*