diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 01e33e80eac0..50d44b4b466b 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -697,10 +697,11 @@ config 8xx_WDT | |||
697 | 697 | ||
698 | config 8xxx_WDT | 698 | config 8xxx_WDT |
699 | tristate "MPC8xxx Platform Watchdog Timer" | 699 | tristate "MPC8xxx Platform Watchdog Timer" |
700 | depends on PPC_83xx || PPC_86xx | 700 | depends on PPC_8xx || PPC_83xx || PPC_86xx |
701 | help | 701 | help |
702 | This driver is for a SoC level watchdog that exists on some | 702 | This driver is for a SoC level watchdog that exists on some |
703 | Freescale PowerPC processors. So far this driver supports: | 703 | Freescale PowerPC processors. So far this driver supports: |
704 | - MPC8xx watchdogs | ||
704 | - MPC83xx watchdogs | 705 | - MPC83xx watchdogs |
705 | - MPC86xx watchdogs | 706 | - MPC86xx watchdogs |
706 | 707 | ||