:orphan: .. title:: CONFIG_WDT_COUNTER_CH_COUNT .. kconfig:: CONFIG_WDT_COUNTER_CH_COUNT CONFIG_WDT_COUNTER_CH_COUNT ########################### *Maximum number of supported channel* Type: ``int`` Help ==== .. code-block:: none Note that actual channel count will be limited to number of channels supported by the counter device which is used for watchdog. Direct dependencies =================== \ :kconfig:`WDT_COUNTER ` && \ :kconfig:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/watchdog/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` Menu path: (Top) → Device Drivers → Watchdog Support → Counter based watchdog .. code-block:: kconfig config WDT_COUNTER_CH_COUNT int "Maximum number of supported channel" range 1 255 default 4 depends on WDT_COUNTER && WATCHDOG help Note that actual channel count will be limited to number of channels supported by the counter device which is used for watchdog. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*