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 Architecture>/nios2/Kconfig:66
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/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>
    help
      Do not use global pointer relative offsets at all
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)