diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2015-08-12 04:15:58 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-09-09 15:38:16 -0400 |
commit | f8c33e9717150f7b8063d6d77a8ea90adad434e9 (patch) | |
tree | b97678e13b4af77721e02f88e2a8ad3ae96a8bfd /drivers/watchdog/Kconfig | |
parent | 72cd501e6a9b578cf99ae062477d9c7a938a3238 (diff) |
watchdog: mpc8xxx: allow to compile for MPC512x
The MPC5125 processor features a watchdog device that is identical to
the MPC8610 one. So allow to enable the driver for MPC512x kernel
configurations.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b69bd67eea96..cd99fcce3bab 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1344,7 +1344,7 @@ config MPC5200_WDT | |||
1344 | 1344 | ||
1345 | config 8xxx_WDT | 1345 | config 8xxx_WDT |
1346 | tristate "MPC8xxx Platform Watchdog Timer" | 1346 | tristate "MPC8xxx Platform Watchdog Timer" |
1347 | depends on PPC_8xx || PPC_83xx || PPC_86xx | 1347 | depends on PPC_8xx || PPC_83xx || PPC_86xx || PPC_MPC512x |
1348 | select WATCHDOG_CORE | 1348 | select WATCHDOG_CORE |
1349 | help | 1349 | help |
1350 | This driver is for a SoC level watchdog that exists on some | 1350 | This driver is for a SoC level watchdog that exists on some |