watchdog: intel_scu_watchdog: fix Kconfig dependency
authorWim Van Sebroeck <[email protected]>
Thu, 7 Feb 2013 20:14:36 +0000 (21:14 +0100)
committerWim Van Sebroeck <[email protected]>
Fri, 1 Mar 2013 11:25:06 +0000 (12:25 +0100)
Kernel symbol X86_MRST has been removed from the kernel.
INTEL_SCU_WATCHDOG driver can never be compiled due dependence of X86_MRST
which remained in the drivers/watchdog/Kconfig.

Reported-by: Alexander Shiyan <[email protected]>
Cc: Alan Cox <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
drivers/watchdog/Kconfig

index 837106310bf5ea87c28f9cb8a8448215902a64ea..bb74186d88f370b8b75dca4df3bad96d76f16500 100644 (file)
@@ -594,7 +594,7 @@ config IE6XX_WDT
 
 config INTEL_SCU_WATCHDOG
        bool "Intel SCU Watchdog for Mobile Platforms"
-       depends on X86_MRST
+       depends on X86_INTEL_MID
        ---help---
          Hardware driver for the watchdog time built into the Intel SCU
          for Intel Mobile Platforms.