:orphan: .. title:: CONFIG_GP_NONE .. kconfig:: CONFIG_GP_NONE CONFIG_GP_NONE ############## *No global pointer* Type: ``bool`` Help ==== .. code-block:: none Do not use global pointer relative offsets at all Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/nios2/Kconfig:66`` 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_NONE bool "No global pointer" depends on help Do not use global pointer relative offsets at all *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*