:orphan: .. title:: CONFIG_GPS_SIM_DYNAMIC_VALUES .. kconfig:: CONFIG_GPS_SIM_DYNAMIC_VALUES CONFIG_GPS_SIM_DYNAMIC_VALUES ############################# *GPS simulator dynamically creates data values* Type: ``bool`` Help ==== .. code-block:: none Enables dynamically created simulator otuput as opposed to static values. Direct dependencies =================== \ :kconfig:`GPS_SIM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`REQUIRES_FULL_LIBC ` Symbols implied by this symbol ============================== - \ :kconfig:`NEWLIB_LIBC_FLOAT_PRINTF ` Kconfig definition ================== At ``/drivers/gps/gps_sim/Kconfig:76`` 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 → GPS simulator .. code-block:: kconfig 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.)*