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 ifs and menus.)
Kconfig definition
At <Zephyr>/arch/nios2/Kconfig:86
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → Nios II Options → Nios II Family Options → Global Pointer options
config GP_ALL_DATA
bool "All data global pointer references"
depends on <choice>
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.)