CONFIG_WDT_GECKO

Gecko series Watchdog (WDOG) Driver

Type: bool

Help

Enable WDOG driver for Silicon Labs Gecko MCUs.

Direct dependencies

SOC_FAMILY_EXX32 && WATCHDOG

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/watchdog/Kconfig.gecko:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:52<Zephyr>/drivers/watchdog/Kconfig:51

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

config WDT_GECKO
    bool "Gecko series Watchdog (WDOG) Driver"
    default y
    select SOC_GECKO_WDOG
    depends on SOC_FAMILY_EXX32 && WATCHDOG
    help
      Enable WDOG driver for Silicon Labs Gecko MCUs.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)