-
CONFIG_SRAM_BASE_ADDRESS
¶
SRAM Base Address
Type: hex
Help¶
This option specifies the base address of the SRAM on the board. 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¶
- 0x0 if
DATA_DTCM
&&SOC_SERIES_IMX_RT
- 0x0 if
DATA_SEMC
&&SOC_SERIES_IMX_RT
- 0x0 if
ARC
||ARM
||NIOS2
||X86
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:109
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
Menu path: (top menu)
config SRAM_BASE_ADDRESS hex default 0x0 ifDATA_DTCM
&&SOC_SERIES_IMX_RT
depends onDATA_DTCM
&&SOC_SERIES_IMX_RT
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:119
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
Menu path: (top menu)
config SRAM_BASE_ADDRESS hex default 0x0 ifDATA_SEMC
&&SOC_SERIES_IMX_RT
depends onDATA_SEMC
&&SOC_SERIES_IMX_RT
At arch/Kconfig:96
Included via Kconfig:10
→ Kconfig.zephyr:29
Menu path: (top menu) → General Architecture Options
config SRAM_BASE_ADDRESS hex prompt "SRAM Base Address" ifARC
||ARM
||NIOS2
||X86
default 0x0 ifARC
||ARM
||NIOS2
||X86
depends onARC
||ARM
||NIOS2
||X86
help This option specifies the base address of the SRAM on the board. 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.)