:orphan: .. title:: choice: Global Pointer options .. _choice_270: .. describe:: choice: Global Pointer options *Global Pointer options* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NIOS2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`GP_GLOBAL ` Choice options ============== - \ :kconfig:`GP_NONE ` - \ :kconfig:`GP_LOCAL ` - \ :kconfig:`GP_GLOBAL ` - \ :kconfig:`GP_ALL_DATA ` Kconfig definition ================== At ``/nios2/Kconfig:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → Nios II Options → Nios II Family Options .. code-block:: kconfig choice bool "Global Pointer options" default GP_GLOBAL depends on NIOS2 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*