diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2013-02-07 15:14:36 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-03-01 06:25:06 -0500 |
commit | d1ec74ab5a48d794c5e3671a895d49d162d0f916 (patch) | |
tree | d4a77ce74d07877fd1f8e467ee8e75876f005401 /drivers/watchdog | |
parent | f3ea733e2e42fd11ea3bc6a468a325ae5878651a (diff) |
watchdog: intel_scu_watchdog: fix Kconfig dependency
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>
Diffstat (limited to 'drivers/watchdog')
-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 837106310bf5..bb74186d88f3 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -594,7 +594,7 @@ config IE6XX_WDT | |||
594 | 594 | ||
595 | config INTEL_SCU_WATCHDOG | 595 | config INTEL_SCU_WATCHDOG |
596 | bool "Intel SCU Watchdog for Mobile Platforms" | 596 | bool "Intel SCU Watchdog for Mobile Platforms" |
597 | depends on X86_MRST | 597 | depends on X86_INTEL_MID |
598 | ---help--- | 598 | ---help--- |
599 | Hardware driver for the watchdog time built into the Intel SCU | 599 | Hardware driver for the watchdog time built into the Intel SCU |
600 | for Intel Mobile Platforms. | 600 | for Intel Mobile Platforms. |