:orphan: .. title:: CONFIG_SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3 .. kconfig:: CONFIG_SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3 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 =============================== - \ :kconfig:`CPU_CORTEX_M3 ` - \ :kconfig:`HAS_SEGGER_RTT ` Symbols implied by this symbol ============================== - \ :kconfig:`XIP ` Kconfig definition ================== At ``/arm/arm/designstart/Kconfig.soc:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/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 HAS_SEGGER_RTT imply XIP depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*