]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
watchdog: intel_scu_watchdog: fix Kconfig dependency
authorWim Van Sebroeck <wim@iguana.be>
Thu, 7 Feb 2013 20:14:36 +0000 (21:14 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 7 Feb 2013 20:14:36 +0000 (21:14 +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 <shc_work@mail.ru>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig

index 52d83f42f05fb989ed642c6e11759c903f014afd..af54904cc41ea915a47350c0dde6f12d281e7467 100644 (file)
@@ -583,7 +583,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.