Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5fb18d9b
Commit
5fb18d9b
authored
Feb 11, 2004
by
Wim Van Sebroeck
Committed by
Linus Torvalds
Feb 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WATCHDOG] v2.6.2 watchdog-Kconfig-patch
Cleanup/Restructuring of drivers/char/watchdog/Kconfig
parent
2523e5b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
215 additions
and
186 deletions
+215
-186
drivers/char/watchdog/Kconfig
drivers/char/watchdog/Kconfig
+215
-186
No files found.
drivers/char/watchdog/Kconfig
View file @
5fb18d9b
...
@@ -38,6 +38,15 @@ config WATCHDOG_NOWAYOUT
...
@@ -38,6 +38,15 @@ config WATCHDOG_NOWAYOUT
get killed. If you say Y here, the watchdog cannot be stopped once
get killed. If you say Y here, the watchdog cannot be stopped once
it has been started.
it has been started.
#
# General Watchdog drivers
#
comment "Watchdog Device Drivers"
depends on WATCHDOG
# Architecture Independant
config SOFT_WATCHDOG
config SOFT_WATCHDOG
tristate "Software watchdog"
tristate "Software watchdog"
depends on WATCHDOG
depends on WATCHDOG
...
@@ -49,88 +58,53 @@ config SOFT_WATCHDOG
...
@@ -49,88 +58,53 @@ config SOFT_WATCHDOG
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called softdog.
module will be called softdog.
config WDT
# ARM Architecture
tristate "WDT Watchdog timer"
depends on WATCHDOG && ISA
---help---
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).
To compile this driver as a module, choose M here: the
module will be called wdt.
config WDT_501
config 21285_WATCHDOG
bool "WDT501 features"
tristate "DC21285 watchdog"
depends on WDT
depends on WATCHDOG && FOOTBRIDGE
help
Saying Y here and creating a character special file /dev/temperature
with major number 10 and minor number 131 ("man mknod") will give
you a thermometer inside your computer: reading from
/dev/temperature yields one byte, the temperature in degrees
Fahrenheit. This works only if you have a WDT501P watchdog board
installed.
config WDT_501_FAN
bool "Fan Tachometer"
depends on WDT_501
help
help
Enable the Fan Tachometer on the WDT501. Only do this if you have a
The Intel Footbridge chip contains a builtin watchdog circuit. Say Y
fan tachometer actually set up.
here if you wish to use this. Alternatively say M to compile the
driver as a module, which will be called wdt285.
config WDTPCI
This driver does not work on all machines. In particular, early CATS
tristate "WDT PCI Watchdog timer"
boards have hardware problems that will cause the machine to simply
depends on WATCHDOG && PCI
lock up if the watchdog fires.
---help---
If you have a PCI WDT500/501 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).
To compile this driver as a module, choose M here: the
"If in doubt, leave it out" - say N.
module will be called wdt_pci.
config
WDT_501_PCI
config
977_WATCHDOG
bool "WDT501-PCI features
"
tristate "NetWinder WB83C977 watchdog
"
depends on W
DTPCI
depends on W
ATCHDOG && FOOTBRIDGE && ARCH_NETWINDER
help
help
Saying Y here and creating a character special file /dev/temperature
Say Y here to include support for the WB977 watchdog included in
with major number 10 and minor number 131 ("man mknod") will give
NetWinder machines. Alternatively say M to compile the driver as
you a thermometer inside your computer: reading from
a module, which will be called wdt977.
/dev/temperature yields one byte, the temperature in degrees
Fahrenheit. This works only if you have a WDT501P watchdog board
installed.
config PCWATCHDOG
Not sure? It's safe to say N.
tristate "Berkshire Products PC Watchdog"
depends on WATCHDOG && ISA
config SA1100_WATCHDOG
---help---
tristate "SA1100 watchdog"
This is the driver for the Berkshire Products PC Watchdog card.
depends on WATCHDOG && ARCH_SA1100
This card simply watches your kernel to make sure it doesn't freeze,
help
and if it does, it reboots your computer after a certain amount of
Watchdog timer embedded into SA11x0 chips. This will reboot your
time. This driver is like the WDT501 driver but for different
system when timeout is reached.
hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
NOTE, that once enabled, this timer cannot be disabled.
watchdog cards can be ordered from <http://www.berkprod.com/>.
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called
pcwd
.
module will be called
sa1100_wdt
.
Most people will say N.
# X86 (i386 + ia64 + x86_64) Architecture
config ACQUIRE_WDT
config ACQUIRE_WDT
tristate "Acquire SBC Watchdog Timer"
tristate "Acquire SBC Watchdog Timer"
depends on WATCHDOG && X86
depends on WATCHDOG && X86
---help---
---help---
This is the driver for the hardware watchdog on
the PSC-6x86 Single
This is the driver for the hardware watchdog on
Single Board
Board Computer produced by Acquire Inc (and others).
This watchdog
Computers produced by Acquire Inc (and others).
This watchdog
simply watches your kernel to make sure it doesn't freeze, and if
simply watches your kernel to make sure it doesn't freeze, and if
it does, it reboots your computer after a certain amount of time.
it does, it reboots your computer after a certain amount of time.
This driver is like the WDT501 driver but for different hardware.
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called acquirewdt.
module will be called acquirewdt.
...
@@ -143,42 +117,57 @@ config ADVANTECH_WDT
...
@@ -143,42 +117,57 @@ config ADVANTECH_WDT
help
help
If you are configuring a Linux kernel for the Advantech single-board
If you are configuring a Linux kernel for the Advantech single-board
computer, say `Y' here to support its built-in watchdog timer
computer, say `Y' here to support its built-in watchdog timer
feature. See the help for CONFIG_WATCHDOG for discussion.
feature. More information can be found at
<http://www.advantech.com.tw/products/>
config 21285_WATCHDOG
config ALIM1535_WDT
tristate "DC21285 watchdog"
tristate "ALi M1535 PMU Watchdog Timer"
depends on WATCHDOG && FOOTBRIDGE
depends on WATCHDOG && X86 && PCI
---help---
This is the driver for the hardware watchdog on the ALi M1535 PMU.
To compile this driver as a module, choose M here: the
module will be called alim1535_wdt.
Most people will say N.
config ALIM7101_WDT
tristate "ALi M7101 PMU Computer Watchdog"
depends on WATCHDOG && X86 && PCI
help
help
The Intel Footbridge chip contains a builtin watchdog circuit. Say Y
This is the driver for the hardware watchdog on the ALi M7101 PMU
here if you wish to use this. Alternatively say M to compile the
as used in the x86 Cobalt servers.
driver as a module, which will be called wdt285.
This driver does not work on all machines. In particular, early CATS
To compile this driver as a module, choose M here: the
boards have hardware problems that will cause the machine to simply
module will be called alim7101_wdt.
lock up if the watchdog fires.
"If in doubt, leave it out" -
say N.
Most people will
say N.
config
977_WATCHDOG
config
AMD7XX_TCO
tristate "
NetWinder WB83C977 w
atchdog"
tristate "
AMD 766/768 TCO Timer/W
atchdog"
depends on WATCHDOG &&
FOOTBRIDGE && ARCH_NETWINDER
depends on WATCHDOG &&
X86 && PCI
help
help
Say Y here to include support for the WB977 watchdog included in
This is the driver for the hardware watchdog built in to the
NetWinder machines. Alternatively say M to compile the driver as
AMD 766/768 chipsets.
a module, which will be called wdt977.
This watchdog simply watches your kernel to make sure it doesn't
freeze, and if it does, it reboots your computer after a certain
amount of time.
Not sure? It's safe to say N.
You can compile this driver directly into the kernel, or use
it as a module. The module will be called amd7xx_tco.
config S
A1100_WATCHDOG
config S
C520_WDT
tristate "
SA1100 w
atchdog"
tristate "
AMD Elan SC520 processor W
atchdog"
depends on WATCHDOG &&
ARCH_SA1100
depends on WATCHDOG &&
X86
help
help
Watchdog timer embedded into SA11x0 chips. This will reboot your
This is the driver for the hardware watchdog built in to the
system when timeout is reached.
AMD "Elan" SC520 microcomputer commonly used in embedded systems.
NOTE, that once enabled, this timer cannot be disabled.
This watchdog simply watches your kernel to make sure it doesn't
freeze, and if it does, it reboots your computer after a certain
amount of time.
To compile this driver as a module, choose M here: th
e
You can compile this driver directly into the kernel, or us
e
module will be called sa110
0_wdt.
it as a module. The module will be called sc52
0_wdt.
config EUROTECH_WDT
config EUROTECH_WDT
tristate "Eurotech CPU-1220/1410 Watchdog Timer"
tristate "Eurotech CPU-1220/1410 Watchdog Timer"
...
@@ -204,8 +193,18 @@ config IB700_WDT
...
@@ -204,8 +193,18 @@ config IB700_WDT
Most people will say N.
Most people will say N.
config WAFER_WDT
tristate "ICP Wafer 5823 Single Board Computer Watchdog"
depends on WATCHDOG && X86
help
This is a driver for the hardware watchdog on the ICP Wafer 5823
Single Board Computer (and probably other similar models).
To compile this driver as a module, choose M here: the
module will be called wafer5823wdt.
config I8XX_TCO
config I8XX_TCO
tristate "Intel i8xx TCO
timer /
Watchdog"
tristate "Intel i8xx TCO
Timer/
Watchdog"
depends on WATCHDOG && (X86 || IA64) && PCI
depends on WATCHDOG && (X86 || IA64) && PCI
---help---
---help---
Hardware driver for the TCO timer built into the Intel 82801
Hardware driver for the TCO timer built into the Intel 82801
...
@@ -222,23 +221,23 @@ config I8XX_TCO
...
@@ -222,23 +221,23 @@ config I8XX_TCO
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called i8xx_tco.
module will be called i8xx_tco.
config
MIXCOMWD
config
SC1200_WDT
tristate "
Mixcom
Watchdog"
tristate "
National Semiconductor PC87307/PC97307 (ala SC1200)
Watchdog"
depends on WATCHDOG &&
ISA
depends on WATCHDOG &&
X86
---help---
help
This is a driver for
the Mixcom hardware watchdog cards. This
This is a driver for
National Semiconductor PC87307/PC97307 hardware
watchdog
simply watches your kernel to make sure it doesn't freeze,
watchdog
cards as found on the SC1200. This watchdog is mainly used
and if it does, it reboots your computer after a certain amount of
for power management purposes and can be used to power down the device
time
.
during inactivity periods (includes interrupt activity monitoring)
.
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called
mixcomwd
.
module will be called
sc1200wdt
.
Most people will say N.
Most people will say N.
config SCx200_WDT
config SCx200_WDT
tristate "Nat
Semi
SCx200 Watchdog"
tristate "Nat
ional Semiconductor
SCx200 Watchdog"
depends on WATCHDOG && X86
depends on WATCHDOG && X86
&& PCI
help
help
Enable the built-in watchdog timer support on the National
Enable the built-in watchdog timer support on the National
Semiconductor SCx200 processors.
Semiconductor SCx200 processors.
...
@@ -259,20 +258,13 @@ config 60XX_WDT
...
@@ -259,20 +258,13 @@ config 60XX_WDT
You can compile this driver directly into the kernel, or use
You can compile this driver directly into the kernel, or use
it as a module. The module will be called sbc60xxwdt.
it as a module. The module will be called sbc60xxwdt.
config
W83877F
_WDT
config
CPU5
_WDT
tristate "
W83877F (EMACS) Watchdog Timer
"
tristate "
SMA CPU5 Watchdog
"
depends on WATCHDOG && X86
depends on WATCHDOG && X86
---help---
---help---
This is the driver for the hardware watchdog on the W83877F chipset
TBD.
as used in EMACS PC-104 motherboards (and likely others). This
watchdog simply watches your kernel to make sure it doesn't freeze,
and if it does, it reboots your computer after a certain amount of
time.
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called w83877f_wdt.
module will be called cpu5wdt.
Most people will say N.
config W83627HF_WDT
config W83627HF_WDT
tristate "W83627HF Watchdog Timer"
tristate "W83627HF Watchdog Timer"
...
@@ -289,6 +281,21 @@ config W83627HF_WDT
...
@@ -289,6 +281,21 @@ config W83627HF_WDT
Most people will say N.
Most people will say N.
config W83877F_WDT
tristate "W83877F (EMACS) Watchdog Timer"
depends on WATCHDOG && X86
---help---
This is the driver for the hardware watchdog on the W83877F chipset
as used in EMACS PC-104 motherboards (and likely others). This
watchdog simply watches your kernel to make sure it doesn't freeze,
and if it does, it reboots your computer after a certain amount of
time.
To compile this driver as a module, choose M here: the
module will be called w83877f_wdt.
Most people will say N.
config MACHZ_WDT
config MACHZ_WDT
tristate "ZF MachZ Watchdog"
tristate "ZF MachZ Watchdog"
depends on WATCHDOG && X86
depends on WATCHDOG && X86
...
@@ -302,102 +309,124 @@ config MACHZ_WDT
...
@@ -302,102 +309,124 @@ config MACHZ_WDT
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called machzwd.
module will be called machzwd.
config SC520_WDT
# SUPERH Architecture
tristate "AMD Elan SC520 processor Watchdog"
depends on WATCHDOG && X86
config SH_WDT
tristate "SuperH Watchdog"
depends on WATCHDOG && SUPERH
help
help
This is the driver for the hardware watchdog built in to the
This driver adds watchdog support for the integrated watchdog in the
AMD "Elan" SC520 microcomputer commonly used in embedded systems.
SuperH processors. If you have one of these processors and wish
This watchdog simply watches your kernel to make sure it doesn't
to have watchdog support enabled, say Y, otherwise say N.
freeze, and if it does, it reboots your computer after a certain
amount of time.
You can compile this driver directly into the kernel, or use
As a side note, saying Y here will automatically boost HZ to 1000
it as a module. The module will be called sc520_wdt.
so that the timer has a chance to clear the overflow counter. On
slower systems (such as the SH-2 and SH-3) this will likely yield
some performance issues. As such, the WDT should be avoided here
unless it is absolutely necessary.
config AMD7XX_TCO
To compile this driver as a module, choose M here: the
tristate "AMD 766/768 TCO Timer/Watchdog"
module will be called shwdt.
depends on WATCHDOG && X86
help
This is the driver for the hardware watchdog built in to the
AMD 766/768 chipsets.
This watchdog simply watches your kernel to make sure it doesn't
freeze, and if it does, it reboots your computer after a certain
amount of time.
You can compile this driver directly into the kernel, or use
#
it as a module. The module will be called amd7xx_tco.
# ISA-based Watchdog Cards
#
config ALIM7101_WDT
comment "ISA-based Watchdog Cards"
tristate "ALi M7101 PMU Computer Watchdog"
depends on WATCHDOG && ISA
depends on WATCHDOG && X86
help
config PCWATCHDOG
This is the driver for the hardware watchdog on the ALi M7101 PMU
tristate "Berkshire Products ISA-PC Watchdog"
as used in the x86 Cobalt servers.
depends on WATCHDOG && ISA
---help---
This is the driver for the Berkshire Products PC Watchdog card.
This card simply watches your kernel to make sure it doesn't freeze,
and if it does, it reboots your computer after a certain amount of
time. This driver is like the WDT501 driver but for different
hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
watchdog cards can be ordered from <http://www.berkprod.com/>.
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called
alim7101_wdt
.
module will be called
pcwd
.
Most people will say N.
Most people will say N.
config
ALIM1535_WDT
config
MIXCOMWD
tristate "
ALi M1535 PMU Watchdog Timer
"
tristate "
Mixcom Watchdog
"
depends on WATCHDOG &&
X86 && PCI
depends on WATCHDOG &&
ISA
---help---
---help---
This is the driver for the hardware watchdog on the ALi M1535 PMU.
This is a driver for the Mixcom hardware watchdog cards. This
watchdog simply watches your kernel to make sure it doesn't freeze,
and if it does, it reboots your computer after a certain amount of
time.
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called
alim1535_wdt
.
module will be called
mixcomwd
.
Most people will say N.
Most people will say N.
config SC1200_WDT
config WDT
tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
tristate "WDT Watchdog timer"
depends on WATCHDOG && X86
depends on WATCHDOG && ISA
help
---help---
This is a driver for National Semiconductor PC87307/PC97307 hardware
If you have a WDT500P or WDT501P watchdog board, say Y here,
watchdog cards as found on the SC1200. This watchdog is mainly used
otherwise N. It is not possible to probe for this board, which means
for power management purposes and can be used to power down the device
that you have to inform the kernel about the IO port and IRQ using
during inactivity periods (includes interrupt activity monitoring).
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).
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called
sc1200
wdt.
module will be called wdt.
Most people will say N.
config WDT_501
bool "WDT501 features"
depends on WDT
help
Saying Y here and creating a character special file /dev/temperature
with major number 10 and minor number 131 ("man mknod") will give
you a thermometer inside your computer: reading from
/dev/temperature yields one byte, the temperature in degrees
Fahrenheit. This works only if you have a WDT501P watchdog board
installed.
config W
AFER_WDT
config W
DT_501_FAN
tristate "ICP Wafer 5823 Single Board Computer Watchdog
"
bool "Fan Tachometer
"
depends on W
ATCHDOG && X86
depends on W
DT_501
help
help
This is a driver for the hardware watchdog on the ICP Wafer 5823
Enable the Fan Tachometer on the WDT501. Only do this if you have a
Single Board Computer (and probably other similar models)
.
fan tachometer actually set up
.
To compile this driver as a module, choose M here: the
#
module will be called wafer5823wdt.
# PCI-based Watchdog Cards
#
config CPU5_WDT
comment "PCI-based Watchdog Cards"
tristate "SMA CPU5 Watchdog"
depends on WATCHDOG && PCI
depends on WATCHDOG && X86
config WDTPCI
tristate "WDT PCI Watchdog timer"
depends on WATCHDOG && PCI
---help---
---help---
TBD.
If you have a PCI WDT500/501 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).
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called
cpu5wdt
.
module will be called
wdt_pci
.
config
SH_WDT
config
WDT_501_PCI
tristate "SuperH Watchdog
"
bool "WDT501-PCI features
"
depends on W
ATCHDOG && SUPERH
depends on W
DTPCI
help
help
This driver adds watchdog support for the integrated watchdog in the
Saying Y here and creating a character special file /dev/temperature
SuperH processors. If you have one of these processors and wish
with major number 10 and minor number 131 ("man mknod") will give
to have watchdog support enabled, say Y, otherwise say N.
you a thermometer inside your computer: reading from
/dev/temperature yields one byte, the temperature in degrees
As a side note, saying Y here will automatically boost HZ to 1000
Fahrenheit. This works only if you have a WDT501P watchdog board
so that the timer has a chance to clear the overflow counter. On
installed.
slower systems (such as the SH-2 and SH-3) this will likely yield
some performance issues. As such, the WDT should be avoided here
unless it is absolutely necessary.
To compile this driver as a module, choose M here: the
module will be called shwdt.
endmenu
endmenu
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment