Re: INTEL_SCU_WATCHDOG is orphaned

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Alexander,

> 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.
> Unfortunately, I do not know the right decision on this issue and just want
> to draw the attention of developers to it.
> Thanks!

I added below fix for this issue.

Kind regards,
Wim.
---
commit 5a6e917801729dd8368a5f829438074e1cf010ca
Author: Wim Van Sebroeck <wim@xxxxxxxxx>
Date:   Thu Feb 7 21:14:36 2013 +0100

    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@xxxxxxx>
    Cc: Alan Cox <alan@xxxxxxxxxxxxxxx>
    Signed-off-by: Wim Van Sebroeck <wim@xxxxxxxxx>

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 52d83f4..af54904 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux