:orphan: .. title:: CONFIG_MAX_TIMER_COUNT .. kconfig:: CONFIG_MAX_TIMER_COUNT CONFIG_MAX_TIMER_COUNT ###################### *Maximum timer count in POSIX application* Type: ``int`` Help ==== .. code-block:: none Mention maximum number of timers in POSIX compliant application. Default ======= - 5 Kconfig definition ================== At ``/posix/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries .. code-block:: kconfig config MAX_TIMER_COUNT int "Maximum timer count in POSIX application" range 0 255 default 5 help Mention maximum number of timers in POSIX compliant application. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*