- 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
Kconfig definitions¶
At boards/arm/bl5340_dvk/Kconfig.defconfig:75
Included via Kconfig:8
→ Kconfig.zephyr:18
Menu path: (Top)
config SRAM_SIZE
int
default 0
depends on BOARD_BL5340_DVK_CPUAPP && TRUSTED_EXECUTION_SECURE && (BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPPNS)
At boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig:61
Included via Kconfig:8
→ Kconfig.zephyr:18
Menu path: (Top)
config SRAM_SIZE
int
default 0
depends on BOARD_NRF5340DK_NRF5340_CPUAPP && TRUSTED_EXECUTION_SECURE && (BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPPNS)
At boards/arm/thingy53_nrf5340/Kconfig.defconfig:44
Included via Kconfig:8
→ Kconfig.zephyr:18
Menu path: (Top)
config SRAM_SIZE
int
default 0
depends on BOARD_THINGY53_NRF5340_CPUAPP && TRUSTED_EXECUTION_SECURE && (BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPPNS)
At arch/Kconfig:165
Included via Kconfig:8
→ Kconfig.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.)