disable the Orion watchdog driver until it's fixed

svn path=/dists/trunk/linux-2.6/; revision=12805
This commit is contained in:
Martin Michlmayr 2009-02-15 18:34:33 +00:00
parent 0125dc2963
commit 20812ce652
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 09a3d55..380409f 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -233,7 +233,7 @@ config DAVINCI_WATCHDOG
config ORION5X_WATCHDOG
tristate "Orion5x watchdog"
- depends on ARCH_ORION5X
+ depends on ARCH_ORION5X && BROKEN
help
Say Y here if to include support for the watchdog timer
in the Orion5x ARM SoCs.

View File

@ -16,6 +16,7 @@
#+ bugfix/ia64/hardcode-arch-script-output.patch
+ bugfix/mips/disable-advansys.patch
+ bugfix/arm/disable-scsi_acard.patch
+ bugfix/arm/disable-orion5x_wdt.patch
+ bugfix/fix-hifn_795X-divdi3.patch
+ bugfix/powerpc/mm-mol.patch
+ bugfix/powerpc/lpar-console.patch