:orphan: .. title:: GP_LOCAL .. option:: CONFIG_GP_LOCAL *Local data global pointer references* Type: ``bool`` Help ==== Use global pointer relative offsets for small globals declared in the same C file as the code that uses it. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``arch/nios2/Kconfig:71`` 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_LOCAL bool "Local data global pointer references" depends on \ :ref:` ` help Use global pointer relative offsets for small globals declared in the same C file as the code that uses it. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*