-
CONFIG_WDT_0_NAME
¶
Watchdog driver instance name
Type: string
Help¶
Set the name used by the watchdog device during registration.
Defaults¶
- “WATCHDOG_0” if !
HAS_DTS_WDT
&&WATCHDOG
Kconfig definition¶
At drivers/watchdog/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/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.)