CONFIG_WDT_COUNTER_CH_COUNT
Maximum number of supported channel
Type: int
Help
Note that actual channel count will be limited to number of channels
supported by the counter device which is used for watchdog.
Default
4
Kconfig definition
At <Zephyr>/drivers/watchdog/Kconfig:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:54
Menu path: (Top) → Device Drivers → Watchdog Support → Counter based watchdog
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.)