]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'watchdog/master'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 03:23:20 +0000 (14:23 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 03:23:20 +0000 (14:23 +1100)
Conflicts:
drivers/watchdog/Kconfig
drivers/watchdog/Makefile

1  2 
drivers/watchdog/Kconfig
drivers/watchdog/Makefile

index 26e1fdbddf690c88cd20dbf015955d6b13295a0a,22cd5c9e81ea4237c3dffd41a363a7ba8cec2926..0374e0edb9239eebfda10935b705b15e31fe999c
@@@ -364,18 -367,18 +367,30 @@@ config IMX2_WD
          To compile this driver as a module, choose M here: the
          module will be called imx2_wdt.
  
 +config UX500_WATCHDOG
 +      tristate "ST-Ericsson Ux500 watchdog"
 +      depends on MFD_DB8500_PRCMU
 +      select WATCHDOG_CORE
 +      default y
 +      help
 +        Say Y here to include Watchdog timer support for the watchdog
 +        existing in the prcmu of ST-Ericsson Ux500 series platforms.
 +
 +        To compile this driver as a module, choose M here: the
 +        module will be called ux500_wdt.
 +
+ config RETU_WATCHDOG
+       tristate "Retu watchdog"
+       depends on MFD_RETU
+       select WATCHDOG_CORE
+       help
+         Retu watchdog driver for Nokia Internet Tablets (770, N800,
+         N810). At least on N800 the watchdog cannot be disabled, so
+         this driver is essential and you should enable it.
+         To compile this driver as a module, choose M here: the
+         module will be called retu_wdt.
  # AVR32 Architecture
  
  config AT32AP700X_WDT
index bec86ee6e9e3a93f4d14494ec090d51b8dc1654c,15813d46dcc0a0b29ccf5d9e1595873caba1f10e..a300b948f254f6cd86a971fb44bb5d1d10959465
@@@ -52,7 -52,7 +52,8 @@@ obj-$(CONFIG_STMP3XXX_RTC_WATCHDOG) += 
  obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
  obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o
  obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o
 +obj-$(CONFIG_UX500_WATCHDOG) += ux500_wdt.o
+ obj-$(CONFIG_RETU_WATCHDOG) += retu_wdt.o
  
  # AVR32 Architecture
  obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o