:orphan: .. title:: CONFIG_NRF9160_GPS_THREAD_PRIORITY .. kconfig:: CONFIG_NRF9160_GPS_THREAD_PRIORITY CONFIG_NRF9160_GPS_THREAD_PRIORITY ################################## *Thread (preemtible) priority* Type: ``int`` Direct dependencies =================== \ :kconfig:`NRF9160_GPS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/drivers/gps/nrf9160_gps/Kconfig:118`` 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:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → GPS Drivers → nRF9160 GPS driver [deprecated] .. code-block:: kconfig config NRF9160_GPS_THREAD_PRIORITY int "Thread (preemtible) priority" default 10 depends on NRF9160_GPS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*