Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b113a3f7e85d7f97c8383a88a5bc7c2ea8daeb2f
Commit:     b113a3f7e85d7f97c8383a88a5bc7c2ea8daeb2f
Parent:     052dfb45ccb5ea354a426b52556bcfee75b9d2f5
Author:     Douglas Thompson <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 19 01:50:15 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Jul 19 10:04:55 2007 -0700

    drivers/edac: add mips and ppc visibility
    
    1) Remove an old CVS ID string
    
    2) change EDAC from a tristate option to a simple bool option
    
    3) In addition to the X86 arch, PPC and MIPS also have drivers in the
    submission queue.  This patch turns on the EDAC flag for those archs.  Each
    driver will have its respective 'depends on ARCH' set.
    
    Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
    Cc: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/edac/Kconfig |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 9356c68..57a7384 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -3,13 +3,12 @@
 #      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
+       depends on X86 || MIPS || PPC
        help
          EDAC is designed to report errors in the core system.
          These are low-level errors that are reported in the CPU or
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to