Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - W index
The Linux kernel configuration item CONFIG_WDT
has multiple definitions:
drivers/watchdog/Kconfig
The configuration item CONFIG_WDT:
( CONFIG_ISA ) && ( CONFIG_PCI )
wdt
, wdt
, wdt
If you have a WDT500P or WDT501P watchdog board, say Y here, otherwise N. It is not possible to probe for this board, which means that you have to inform the kernel about the IO port and IRQ that is needed (you can do this via the io and irq parameters)
To compile this driver as a module, choose M here: the module will be called wdt.
drivers/char/watchdog/Kconfig
The configuration item CONFIG_WDT:
CONFIG_ISA
wdt
, wdt
, wdt
If you have a WDT500P or WDT501P watchdog board, say Y here, otherwise N. It is not possible to probe for this board, which means that you have to inform the kernel about the IO port and IRQ that is needed (you can do this via the io and irq parameters)
To compile this driver as a module, choose M here: the module will be called wdt.
drivers/char/Kconfig
The configuration item CONFIG_WDT:
CONFIG_WATCHDOG
wdt
, wdt
, wdt
If you have a WDT500P or WDT501P watchdog board, say Y here, otherwise N. It is not possible to probe for this board, which means that you have to inform the kernel about the IO port and IRQ using the "wdt=" kernel option (try "man bootparam" or see the documentation of your boot loader (lilo or loadlin) about how to pass options to the kernel at boot time).
If you want to compile this as a module ( = code which can be inserted in and removed from the running kernel whenever you want), say M here and read Documentation/modules.txt. The module will be called wdt.o.
Raw data from LKDDb:
lkddb module wdt CONFIG_WDT : drivers/char/Kconfig : "WDT Watchdog timer" # in 2.5.45–2.5.48
lkddb module wdt CONFIG_WDT : drivers/char/watchdog/Kconfig : "WDT Watchdog timer" # in 2.5.49–2.5.75, 2.6.0–2.6.23
lkddb module wdt CONFIG_WDT : drivers/watchdog/Kconfig : "WDT Watchdog timer" # in 2.6.24–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.13
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - W index
Automatically generated (in year 2025). See also LKDDb sources on GitLab