CONFIG_GPS_SIM_ELLIPSOID

Generate ellipsoid GPS path

Type: bool

Help

GPS simulator will create a path that goes in an ellipsoid shape.

Direct dependencies

GPS_SIM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/drivers/gps/gps_sim/Kconfig:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:28<nRF>/drivers/Kconfig:14<nRF>/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 → GPS simulator

config GPS_SIM_ELLIPSOID
    bool "Generate ellipsoid GPS path"
    default y
    depends on GPS_SIM
    help
      GPS simulator will create a path that goes in an ellipsoid
      shape.

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