From: Wim Van Sebroeck Date: Thu, 7 Feb 2013 20:14:36 +0000 (+0100) Subject: watchdog: intel_scu_watchdog: fix Kconfig dependency X-Git-Tag: next-20130218~46^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5a6e917801729dd8368a5f829438074e1cf010ca;p=karo-tx-linux.git 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 Cc: Alan Cox Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 52d83f42f05f..af54904cc41e 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -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.