:orphan: .. title:: CONFIG_SRAM_BASE_ADDRESS .. kconfig:: CONFIG_SRAM_BASE_ADDRESS CONFIG_SRAM_BASE_ADDRESS ######################## *SRAM Base Address* Type: ``hex`` Help ==== .. code-block:: none 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. Default ======= - 0x0 Kconfig definition ================== At ``/Kconfig:173`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) → General Architecture Options .. code-block:: kconfig 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.)*