diff options
author | Philippe De Muyter <phdm@macqel.be> | 2010-11-03 10:07:28 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-01-12 08:51:35 -0500 |
commit | 88cce427626070f7d7eb33994e3ff7b4db3292c5 (patch) | |
tree | aa850dddf757ecf9455cbbe4ab77fee54a4e1ef3 /drivers/watchdog/Kconfig | |
parent | f8394f61c66f48b1fe9d6964ddce492d7f9a4cd9 (diff) |
watchdog: Add MCF548x watchdog driver.
Add watchdog driver for MCF548x.
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 68a9527f92d0..2e2400e7322e 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -862,7 +862,12 @@ config SBC_EPX_C3_WATCHDOG | |||
862 | 862 | ||
863 | # M68K Architecture | 863 | # M68K Architecture |
864 | 864 | ||
865 | # M68KNOMMU Architecture | 865 | config M548x_WATCHDOG |
866 | tristate "MCF548x watchdog support" | ||
867 | depends on M548x | ||
868 | help | ||
869 | To compile this driver as a module, choose M here: the | ||
870 | module will be called m548x_wdt. | ||
866 | 871 | ||
867 | # MIPS Architecture | 872 | # MIPS Architecture |
868 | 873 | ||