Skip to content

Commit

Permalink
[WATCHDOG] Kconfig+Makefile-clean2
Browse files Browse the repository at this point in the history
Clean the Kconfig+Makefile according to a sorted list
of the drivers of each architecture (and sub-architecture).

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Wim Van Sebroeck committed Sep 10, 2005
1 parent 7b4af95 commit 180536f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
43 changes: 22 additions & 21 deletions drivers/char/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ config 977_WATCHDOG

Not sure? It's safe to say N.

config IXP2000_WATCHDOG
tristate "IXP2000 Watchdog"
depends on WATCHDOG && ARCH_IXP2000
help
Say Y here if to include support for the watchdog timer
in the Intel IXP2000(2400, 2800, 2850) network processors.
This driver can be built as a module by choosing M. The module
will be called ixp2000_wdt.

Say N if you are unsure.

config IXP4XX_WATCHDOG
tristate "IXP4xx Watchdog"
depends on WATCHDOG && ARCH_IXP4XX
Expand All @@ -100,17 +111,6 @@ config IXP4XX_WATCHDOG

Say N if you are unsure.

config IXP2000_WATCHDOG
tristate "IXP2000 Watchdog"
depends on WATCHDOG && ARCH_IXP2000
help
Say Y here if to include support for the watchdog timer
in the Intel IXP2000(2400, 2800, 2850) network processors.
This driver can be built as a module by choosing M. The module
will be called ixp2000_wdt.

Say N if you are unsure.

config S3C2410_WATCHDOG
tristate "S3C2410 Watchdog"
depends on WATCHDOG && ARCH_S3C2410
Expand Down Expand Up @@ -353,6 +353,17 @@ config BOOKE_WDT
Please see Documentation/watchdog/watchdog-api.txt for
more information.

# PPC64 Architecture

config WATCHDOG_RTAS
tristate "RTAS watchdog"
depends on WATCHDOG && PPC_RTAS
help
This driver adds watchdog support for the RTAS watchdog.

To compile this driver as a module, choose M here. The module
will be called wdrtas.

# MIPS Architecture

config INDYDOG
Expand Down Expand Up @@ -421,16 +432,6 @@ config WATCHDOG_RIO
machines. The watchdog timeout period is normally one minute but
can be changed with a boot-time parameter.

# ppc64 RTAS watchdog
config WATCHDOG_RTAS
tristate "RTAS watchdog"
depends on WATCHDOG && PPC_RTAS
help
This driver adds watchdog support for the RTAS watchdog.

To compile this driver as a module, choose M here. The module
will be called wdrtas.

#
# ISA-based Watchdog Cards
#
Expand Down
2 changes: 1 addition & 1 deletion drivers/char/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ obj-$(CONFIG_MACHZ_WDT) += machzwd.o

# PowerPC Architecture
obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o
obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o

# PPC64 Architecture
obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o
obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o

# MIPS Architecture
obj-$(CONFIG_INDYDOG) += indydog.o
Expand Down

0 comments on commit 180536f

Please sign in to comment.