-
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
Kconfig definitions¶
At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig:52
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config SRAM_SIZE int default 0 depends on (BOARD_NRF5340PDK_NRF5340_CPUAPP
||BOARD_NRF5340DK_NRF5340_CPUAPP
) &&TRUSTED_EXECUTION_SECURE
&& (BOARD_NRF5340PDK_NRF5340_CPUAPP
||BOARD_NRF5340PDK_NRF5340_CPUAPPNS
||BOARD_NRF5340DK_NRF5340_CPUAPP
||BOARD_NRF5340DK_NRF5340_CPUAPPNS
)
At <Zephyr>/arch/Kconfig:147
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/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.)