:orphan: .. title:: GP_ALL_DATA .. option:: CONFIG_GP_ALL_DATA *All data global pointer references* Type: ``bool`` 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. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``arch/nios2/Kconfig:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → Nios II Options → Nios II Family Options → Global Pointer options .. parsed-literal:: config GP_ALL_DATA bool "All data global pointer references" depends on \ :ref:` ` 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.)*