:orphan: .. title:: CONFIG_GP_LOCAL .. kconfig:: CONFIG_GP_LOCAL CONFIG_GP_LOCAL ############### *Local data global pointer references* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/nios2/Kconfig:71`` 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_LOCAL bool "Local data global pointer references" depends on 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.)*