-
CONFIG_SRAM_BASE_ADDRESS
¶
SRAM Base Address
Type: hex
Help¶
The SRAM base address. The default value comes from from /chosen/zephyr,sram in devicetree. The user should generally avoid changing it via menuconfig or in configuration files.
Defaults¶
0x0
0x0
0x0
0x0
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:106
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config SRAM_BASE_ADDRESS hex default 0x0 depends onDATA_DTCM
&&SOC_SERIES_IMX_RT
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:116
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config SRAM_BASE_ADDRESS hex default 0x0 depends onDATA_SEMC
&&SOC_SERIES_IMX_RT
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:126
Included via Kconfig:8
→ Kconfig.zephyr:25
→ soc/arm/nxp_imx/Kconfig.defconfig:4
Menu path: (Top)
config SRAM_BASE_ADDRESS hex default 0x0 depends onDATA_OCRAM
&&SOC_SERIES_IMX_RT
At arch/Kconfig:128
Included via Kconfig:8
→ Kconfig.zephyr:29
Menu path: (Top) → General Architecture Options
config SRAM_BASE_ADDRESS
hex "SRAM Base Address"
default 0x0
help
The SRAM base address. The default value comes from 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.)