The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_WDT_0_NAME

Watchdog driver instance name

Type: string

Help

Set the name used by the watchdog device during registration.

Direct dependencies

!HAS_DTS_WDT && WATCHDOG

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/watchdog/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:50

Menu path: (top menu) → Device Drivers → Watchdog Support

config WDT_0_NAME
    string
    prompt "Watchdog driver instance name" if !HAS_DTS_WDT && WATCHDOG
    default "WATCHDOG_0" if !HAS_DTS_WDT && WATCHDOG
    depends on !HAS_DTS_WDT && WATCHDOG
    help
      Set the name used by the watchdog device during registration.

(Definitions include propagated dependencies, including from if’s and menus.)