-
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¶
- 0 if
DATA_DTCM
&&SOC_SERIES_IMX_RT
- 0 if
DATA_SEMC
&&SOC_SERIES_IMX_RT
- 0 if
ARC
||ARM
||NIOS2
||X86
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:106
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
Menu path: (top menu)
config SRAM_SIZE int default 0 ifDATA_DTCM
&&SOC_SERIES_IMX_RT
depends onDATA_DTCM
&&SOC_SERIES_IMX_RT
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:116
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
Menu path: (top menu)
config SRAM_SIZE int default 0 ifDATA_SEMC
&&SOC_SERIES_IMX_RT
depends onDATA_SEMC
&&SOC_SERIES_IMX_RT
At arch/Kconfig:88
Included via Kconfig:10
→ Kconfig.zephyr:29
Menu path: (top menu) → General Architecture Options
config SRAM_SIZE int prompt "SRAM Size in kB" ifARC
||ARM
||NIOS2
||X86
default 0 ifARC
||ARM
||NIOS2
||X86
depends onARC
||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.)