]> err.no Git - linux-2.6/blobdiff - drivers/watchdog/Kconfig
[WATCHDOG] Coding style - Indentation - part 2
[linux-2.6] / drivers / watchdog / Kconfig
index 48399e134c0de37d31cfcd05fc16213b7bc7dc0e..50d44b4b466bd71033181f87c8ce36fd105d0bbf 100644 (file)
@@ -695,9 +695,17 @@ config 8xx_WDT
        tristate "MPC8xx Watchdog Timer"
        depends on 8xx
 
-config 83xx_WDT
-       tristate "MPC83xx Watchdog Timer"
-       depends on PPC_83xx
+config 8xxx_WDT
+       tristate "MPC8xxx Platform Watchdog Timer"
+       depends on PPC_8xx || PPC_83xx || PPC_86xx
+       help
+         This driver is for a SoC level watchdog that exists on some
+         Freescale PowerPC processors. So far this driver supports:
+         - MPC8xx watchdogs
+         - MPC83xx watchdogs
+         - MPC86xx watchdogs
+
+         For BookE processors (MPC85xx) use the BOOKE_WDT driver instead.
 
 config MV64X60_WDT
        tristate "MV64X60 (Marvell Discovery) Watchdog Timer"