X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fwatchdog%2FKconfig;h=50d44b4b466bd71033181f87c8ce36fd105d0bbf;hb=0c06090c9472db0525cb6fe229c3bea33bbbbb3c;hp=48399e134c0de37d31cfcd05fc16213b7bc7dc0e;hpb=5042d99795d3d817bef2f4cc46e953bee9bf7398;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"