:orphan: .. title:: SRAM_BASE_ADDRESS .. option:: 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 =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config SRAM_BASE_ADDRESS hex default 0x0 depends on \ :option:`DATA_DTCM ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:142`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config SRAM_BASE_ADDRESS hex default 0x0 depends on \ :option:`DATA_SEMC ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:152`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config SRAM_BASE_ADDRESS hex default 0x0 depends on \ :option:`DATA_OCRAM ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``arch/Kconfig:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` Menu path: (Top) → General Architecture Options .. parsed-literal:: 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.)*