CONFIG_WDT_ITE_IT8XXX2

ITE it8xxx2 Watchdog Timer (WDT) driver

Type: bool

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.

Direct dependencies

(WATCHDOG && SOC_SERIES_RISCV32_IT8XXX2) || (WATCHDOG && SOC_SERIES_RISCV32_IT8XXX2) || (SOC_IT8XXX2 && WATCHDOG)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config WDT_ITE_IT8XXX2
    bool
    default y
    depends on WATCHDOG && SOC_SERIES_RISCV32_IT8XXX2

At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config WDT_ITE_IT8XXX2
    bool
    default y
    depends on WATCHDOG && SOC_SERIES_RISCV32_IT8XXX2

At <Zephyr>/drivers/watchdog/Kconfig.it8xxx2:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:54<Zephyr>/drivers/watchdog/Kconfig:85

Menu path: (Top) → Device Drivers → Watchdog Support

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.)