All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harry Ciao <qingtao.cao@windriver.com>
To: linux-kernel@vger.kernel.org, bluesmoke-devel@lists.sourceforge.net
Subject: [v1 PATCH 8/8] EDAC: AMD8131 driver Kconfig & Makefile
Date: Mon,  9 Mar 2009 16:08:17 +0800	[thread overview]
Message-ID: <1236586097-3830-9-git-send-email-qingtao.cao@windriver.com> (raw)
In-Reply-To: <1236586097-3830-8-git-send-email-qingtao.cao@windriver.com>

Introduce Kconfig and Makefile options for AMD8131 EDAC driver.

Signed-off-by: Harry Ciao <qingtao.cao@windriver.com>
---
 drivers/edac/Kconfig  |    7 +++++++
 drivers/edac/Makefile |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 46f8e77..13ccec6 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -181,4 +181,11 @@ config EDAC_AMD8111
 	  Support for error detection and correction on the
 	  AMD8111 HyperTransport I/O Hub chip.
 
+config EDAC_AMD8131
+	tristate "AMD8131 HyperTransport PCI-X Tunnel"
+	depends on EDAC_MM_EDAC && PCI
+	help
+	  Support for error detection and correction on the
+	  AMD8131 HyperTransport PCI-X Tunnel chip.
+
 endif # EDAC
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile
index c324956..407601f 100644
--- a/drivers/edac/Makefile
+++ b/drivers/edac/Makefile
@@ -35,4 +35,5 @@ obj-$(CONFIG_EDAC_MPC85XX)		+= mpc85xx_edac.o
 obj-$(CONFIG_EDAC_MV64X60)		+= mv64x60_edac.o
 obj-$(CONFIG_EDAC_CELL)			+= cell_edac.o
 obj-$(CONFIG_EDAC_AMD8111)		+= amd8111_edac.o
+obj-$(CONFIG_EDAC_AMD8131)		+= amd8131_edac.o
 
-- 
1.5.6.2


  reply	other threads:[~2009-03-09  8:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-09  8:08 [v1 PATCH 0/8] Add AMD8111 and AMD8131 EDAC drivers Harry Ciao
2009-03-09  8:08 ` [v1 PATCH 1/8] EDAC: AMD8111 driver Kconfig & Makefile Harry Ciao
2009-03-09  8:08   ` [v1 PATCH 2/8] EDAC: AMD8111 driver header file Harry Ciao
2009-03-09  8:08     ` [v1 PATCH 3/8] EDAC: AMD8111 driver source file Harry Ciao
2009-03-09  8:08       ` [v1 PATCH 4/8] EDAC: Add edac_pci_alloc_index() Harry Ciao
2009-03-09  8:08         ` [v1 PATCH 5/8] PCI: Add AMD8111 PCI Bridge PCI Device ID Harry Ciao
2009-03-09  8:08           ` [v1 PATCH 6/8] EDAC: AMD8131 driver header file Harry Ciao
2009-03-09  8:08             ` [v1 PATCH 7/8] EDAC: AMD8131 driver source file Harry Ciao
2009-03-09  8:08               ` Harry Ciao [this message]
2009-03-10 20:46       ` [v1 PATCH 3/8] EDAC: AMD8111 " Andrew Morton
2009-03-11  2:15         ` Harry Ciao
2009-03-09  9:04   ` [v1 PATCH 1/8] EDAC: AMD8111 driver Kconfig & Makefile Bert Wesarg
2009-03-11  1:05     ` Harry Ciao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1236586097-3830-9-git-send-email-qingtao.cao@windriver.com \
    --to=qingtao.cao@windriver.com \
    --cc=bluesmoke-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.