CONFIG_GP_NONE

No global pointer

Type: bool

Help

Do not use global pointer relative offsets at all

Direct dependencies

<choice: Global Pointer options>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/arch/nios2/Kconfig:66

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

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

config GP_NONE
    bool "No global pointer"
    depends on <choice: Global Pointer options>
    help
      Do not use global pointer relative offsets at all

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)