:orphan: .. title:: SRAM_SIZE .. option:: 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 =================== .. highlight:: kconfig At ``boards/arm/nrf5340_dk_nrf5340/Kconfig.defconfig:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config SRAM_SIZE int default 0 depends on \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPP ` && \ :option:`TRUSTED_EXECUTION_SECURE ` && (\ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPP ` || \ :option:`BOARD_NRF5340_DK_NRF5340_CPUAPPNS `) ---- At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config SRAM_SIZE int default 0 depends on \ :option:`DATA_DTCM ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:139`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config SRAM_SIZE int default 0 depends on \ :option:`DATA_SEMC ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:149`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config SRAM_SIZE int default 0 depends on \ :option:`DATA_OCRAM ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``arch/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` Menu path: (Top) → General Architecture Options .. parsed-literal:: 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.)*