CONFIG_GPS_SIM_DYNAMIC_VALUES

GPS simulator dynamically creates data values

Type: bool

Help

Enables dynamically created simulator otuput as opposed to static values.

Direct dependencies

GPS_SIM

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Symbols implied by this symbol

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:13<nRF>/drivers/gps/Kconfig:10

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → GPS Drivers → GPS simulator

config GPS_SIM_DYNAMIC_VALUES
    bool "GPS simulator dynamically creates data values"
    default y
    select REQUIRES_FULL_LIBC
    imply NEWLIB_LIBC_FLOAT_PRINTF
    depends on GPS_SIM
    help
      Enables dynamically created simulator otuput as opposed
      to static values.

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