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

<choice: Global Pointer options>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/nios2/Kconfig:108

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

Menu path: (top menu) → Nios II Options → Nios II Family Options → Global Pointer options

config GP_ALL_DATA
    bool
    prompt "All data global pointer references" if <choice: Global Pointer options>
    depends on <choice: Global Pointer options>
    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.

(Definitions include propagated dependencies, including from if’s and menus.)