aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/watchdog/Kconfig2
-rw-r--r--drivers/watchdog/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index d1d53f301de7..6df632e0bb55 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -418,8 +418,6 @@ config BFIN_WDT
418 418
419# FRV Architecture 419# FRV Architecture
420 420
421# H8300 Architecture
422
423# X86 (i386 + ia64 + x86_64) Architecture 421# X86 (i386 + ia64 + x86_64) Architecture
424 422
425config ACQUIRE_WDT 423config ACQUIRE_WDT
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 6c5bb274d3cd..8c7b8bcbbdc5 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -66,8 +66,6 @@ obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o
66 66
67# FRV Architecture 67# FRV Architecture
68 68
69# H8300 Architecture
70
71# X86 (i386 + ia64 + x86_64) Architecture 69# X86 (i386 + ia64 + x86_64) Architecture
72obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o 70obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o
73obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o 71obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o