:orphan: .. title:: CONFIG_GPS_SIM_STACK_SIZE .. kconfig:: CONFIG_GPS_SIM_STACK_SIZE CONFIG_GPS_SIM_STACK_SIZE ######################### *GPS simulator work queue stack size* Type: ``int`` Direct dependencies =================== \ :kconfig:`GPS_SIM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2048 Kconfig definition ================== At ``/drivers/gps/gps_sim/Kconfig:24`` 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_STACK_SIZE int "GPS simulator work queue stack size" default 2048 depends on GPS_SIM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*