:orphan: .. title:: CONFIG_GPS_SIM .. kconfig:: CONFIG_GPS_SIM CONFIG_GPS_SIM ############## *GPS simulator* Type: ``bool`` Help ==== .. code-block:: none Enable GPS simulator. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`FPU_SHARING ` if \ :kconfig:`FPU ` Kconfig definition ================== At ``/drivers/gps/gps_sim/Kconfig:8`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:57`` → ``/drivers/Kconfig:14`` → ``/drivers/gps/Kconfig:10`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → GPS Drivers .. code-block:: kconfig menuconfig GPS_SIM bool "GPS simulator" select FPU_SHARING if FPU help Enable GPS simulator. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*