:orphan: .. title:: CONFIG_DATE_TIME_THREAD_SIZE .. kconfig:: CONFIG_DATE_TIME_THREAD_SIZE CONFIG_DATE_TIME_THREAD_SIZE ############################ *Stack size of the thread maintaining date time* Type: ``int`` Direct dependencies =================== \ :kconfig:`DATE_TIME ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/lib/date_time/Kconfig:29`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:30`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Date time library .. code-block:: kconfig config DATE_TIME_THREAD_SIZE int "Stack size of the thread maintaining date time" default 1024 depends on DATE_TIME *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*