:orphan: .. title:: CONFIG_WDT_ITE_IT8XXX2 .. kconfig:: CONFIG_WDT_ITE_IT8XXX2 CONFIG_WDT_ITE_IT8XXX2 ###################### *ITE it8xxx2 Watchdog Timer (WDT) driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the Watchdog Timer driver for ITE it8xxx2. This driver supports only one channel that id is 0 and 16-bits resolution WDT. Direct dependencies =================== \ :kconfig:`SOC_IT8XXX2 ` && \ :kconfig:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/watchdog/Kconfig.it8xxx2:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` → ``/watchdog/Kconfig:59`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig config WDT_ITE_IT8XXX2 bool "ITE it8xxx2 Watchdog Timer (WDT) driver" default y depends on SOC_IT8XXX2 && WATCHDOG help This option enables the Watchdog Timer driver for ITE it8xxx2. This driver supports only one channel that id is 0 and 16-bits resolution WDT. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*