:orphan: .. title:: CONFIG_GP_ALL_DATA .. kconfig:: CONFIG_GP_ALL_DATA CONFIG_GP_ALL_DATA ################## *All data global pointer references* Type: ``bool`` Help ==== .. code-block:: none Use GP relative access for all data in the program, not just small data. Use this if your board has 64K or less of RAM. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/nios2/Kconfig:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → Nios II Options → Nios II Family Options → Global Pointer options .. code-block:: kconfig config GP_ALL_DATA bool "All data global pointer references" depends on help Use GP relative access for all data in the program, not just small data. Use this if your board has 64K or less of RAM. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*