diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b69a0f763a6d..af8f7c75e03c 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -270,11 +270,11 @@ config IOP_WATCHDOG | |||
270 | 270 | ||
271 | config DAVINCI_WATCHDOG | 271 | config DAVINCI_WATCHDOG |
272 | tristate "DaVinci watchdog" | 272 | tristate "DaVinci watchdog" |
273 | depends on ARCH_DAVINCI | 273 | depends on ARCH_DAVINCI || ARCH_KEYSTONE |
274 | select WATCHDOG_CORE | 274 | select WATCHDOG_CORE |
275 | help | 275 | help |
276 | Say Y here if to include support for the watchdog timer | 276 | Say Y here if to include support for the watchdog timer |
277 | in the DaVinci DM644x/DM646x processors. | 277 | in the DaVinci DM644x/DM646x or Keystone processors. |
278 | To compile this driver as a module, choose M here: the | 278 | To compile this driver as a module, choose M here: the |
279 | module will be called davinci_wdt. | 279 | module will be called davinci_wdt. |
280 | 280 | ||