aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAristeu Rozanski <aris@redhat.com>2014-06-02 14:15:26 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-06-26 14:46:37 -0400
commit66ca72749166163c4ec9e5ab5416548a40d902d3 (patch)
tree190c089f4d15e30a4cc2235dafb6d1d9b5f3d28d
parentdbc954ddddaaff0183a21dbd736ec10ca01e9f1a (diff)
sb_edac: update Kconfig description
Kconfig wasn't updated when Ivy Bridge support was added. Cc: Tony Luck <tony.luck@intel.com> Signed-off-by: Aristeu Rozanski <aris@redhat.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r--drivers/edac/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 878f09005fad..b59274d2f2e0 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -245,12 +245,12 @@ config EDAC_I7300
245 Clarksboro MCH (Intel 7300 chipset). 245 Clarksboro MCH (Intel 7300 chipset).
246 246
247config EDAC_SBRIDGE 247config EDAC_SBRIDGE
248 tristate "Intel Sandy-Bridge Integrated MC" 248 tristate "Intel Sandy-Bridge/Ivy-Bridge Integrated MC"
249 depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL 249 depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL
250 depends on PCI_MMCONFIG 250 depends on PCI_MMCONFIG
251 help 251 help
252 Support for error detection and correction the Intel 252 Support for error detection and correction the Intel
253 Sandy Bridge Integrated Memory Controller. 253 Sandy Bridge and Ivy Bridge Integrated Memory Controllers.
254 254
255config EDAC_MPC85XX 255config EDAC_MPC85XX
256 tristate "Freescale MPC83xx / MPC85xx" 256 tristate "Freescale MPC83xx / MPC85xx"