The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SRAM_SIZE

SRAM Size in kB

Type: int

Help

This option specifies the size of the SRAM in kB. It is normally set by the board’s defconfig file and the user should generally avoid modifying it via the menu configuration.

Direct dependencies

(DATA_DTCM && SOC_SERIES_IMX_RT) || (DATA_SEMC && SOC_SERIES_IMX_RT) || ARC || ARM || NIOS2 || X86

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:106

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config SRAM_SIZE
    int
    default 0 if DATA_DTCM && SOC_SERIES_IMX_RT
    depends on DATA_DTCM && SOC_SERIES_IMX_RT

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:116

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config SRAM_SIZE
    int
    default 0 if DATA_SEMC && SOC_SERIES_IMX_RT
    depends on DATA_SEMC && SOC_SERIES_IMX_RT

At arch/Kconfig:88

Included via Kconfig:10Kconfig.zephyr:29

Menu path: (top menu) → General Architecture Options

config SRAM_SIZE
    int
    prompt "SRAM Size in kB" if ARC || ARM || NIOS2 || X86
    default 0 if ARC || ARM || NIOS2 || X86
    depends on ARC || ARM || NIOS2 || X86
    help
      This option specifies the size of the SRAM in kB.  It is normally set by
      the board's defconfig file and the user should generally avoid modifying
      it via the menu configuration.

(Definitions include propagated dependencies, including from if’s and menus.)