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

SRAM Size in kB

Type: int

Help

The SRAM size in kB. The default value comes from /chosen/zephyr,sram in devicetree. The user should generally avoid changing it via menuconfig or in configuration files.

Defaults

  • 0

  • 0

  • 0

  • 0

  • 0

Kconfig definitions

At boards/arm/nrf5340pdk_nrf5340/Kconfig.defconfig:44

Included via Kconfig:8Kconfig.zephyr:24

Menu path: (Top)

config SRAM_SIZE
    int
    default 0
    depends on BOARD_NRF5340PDK_NRF5340_CPUAPP && TRUSTED_EXECUTION_SECURE && (BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340PDK_NRF5340_CPUAPPNS)

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

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config SRAM_SIZE
    int
    default 0
    depends on DATA_DTCM && SOC_SERIES_IMX_RT

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

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config SRAM_SIZE
    int
    default 0
    depends on DATA_SEMC && SOC_SERIES_IMX_RT

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

Included via Kconfig:8Kconfig.zephyr:25soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config SRAM_SIZE
    int
    default 0
    depends on DATA_OCRAM && SOC_SERIES_IMX_RT

At arch/Kconfig:120

Included via Kconfig:8Kconfig.zephyr:29

Menu path: (Top) → General Architecture Options

config SRAM_SIZE
    int "SRAM Size in kB"
    default 0
    help
      The SRAM size in kB. The default value comes from /chosen/zephyr,sram in
      devicetree. The user should generally avoid changing it via menuconfig or
      in configuration files.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)