X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fwatchdog%2FKconfig;h=50d44b4b466bd71033181f87c8ce36fd105d0bbf;hb=0d7b101404f7bedcf3f448c1667c3744551cd9ee;hp=48399e134c0de37d31cfcd05fc16213b7bc7dc0e;hpb=8ffa5b65968262ba6bb046329972791c0d960745;p=linux-2.6 diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 48399e134c..50d44b4b46 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -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"