public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/36] drivers edac remove depends on X86
@ 2007-06-03 14:39 Doug Thompson
  2007-06-06  7:53 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Doug Thompson @ 2007-06-03 14:39 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, Alan Cox

From:	Douglas Thompson <dougthompson@xmission.com>

Remove the 'depends on x86' as EDAC runs on other ARCHs now.

Signed-off-by: Douglas Thompson <dougthompson@xmission.com>
---

 Kconfig |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Index: linux-2.6.22-rc3-mm1/drivers/edac/Kconfig
===================================================================
--- linux-2.6.22-rc3-mm1.orig/drivers/edac/Kconfig
+++ linux-2.6.22-rc3-mm1/drivers/edac/Kconfig
@@ -3,13 +3,11 @@
 #	Copyright (c) 2003 Linux Networx
 #	Licensed and distributed under the GPL
 #
-# $Id: Kconfig,v 1.4.2.7 2005/07/08 22:05:38 dsp_llnl Exp $
-#
 
 menuconfig EDAC
-	tristate "EDAC - error detection and reporting (EXPERIMENTAL)"
+	bool "EDAC - error detection and reporting (EXPERIMENTAL)"
 	depends on HAS_IOMEM
-	depends on X86 && EXPERIMENTAL
+	depends on EXPERIMENTAL
 	help
 	  EDAC is designed to report errors in the core system.
 	  These are low-level errors that are reported in the CPU or


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-06  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 14:39 [PATCH 1/36] drivers edac remove depends on X86 Doug Thompson
2007-06-06  7:53 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox