From: Alan Cox Signed-off-by: Alan Cox Signed-off-by: Andrew Morton --- drivers/edac/Kconfig | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff -puN drivers/edac/Kconfig~edac-core-edac-support-edac-kconfig-fixes drivers/edac/Kconfig --- 25/drivers/edac/Kconfig~edac-core-edac-support-edac-kconfig-fixes Mon Nov 7 16:56:26 2005 +++ 25-akpm/drivers/edac/Kconfig Mon Nov 7 16:56:26 2005 @@ -43,42 +43,42 @@ config EDAC_MM_EDAC config EDAC_AMD76X tristate "AMD 76x (760, 762, 768)" - depends on EDAC && PCI + depends on EDAC_MM_EDAC && PCI help Support for error detection and correction on the AMD 76x series of chipsets used with the Athlon processor. config EDAC_E7XXX tristate "Intel e7xxx (e7205, e7500, e7501, e7505)" - depends on EDAC + depends on EDAC_MM_EDAC && PCI help Support for error detection and correction on the Intel E7205, E7500, E7501 and E7505 server chipsets. config EDAC_E752X tristate "Intel e752x (e7520, e7525, e7320)" - depends on EDAC && PCI + depends on EDAC_MM_EDAC && PCI help Support for error detection and correction on the Intel E7520, E7525, E7320 server chipsets. config EDAC_I82875P tristate "Intel 82875p (D82875P, E7210)" - depends on EDAC && PCI + depends on EDAC_MM_EDAC && PCI help Support for error detection and correction on the Intel DP82785P and E7210 server chipsets. config EDAC_I82860 tristate "Intel 82860" - depends on EDAC + depends on EDAC_MM_EDAC && PCI help Support for error detection and correction on the Intel 82860 chipset. config EDAC_R82600 tristate "Radisys 82600 embedded chipset" - depends on EDAC + depends on EDAC_MM_EDAC help Support for error detection and correction on the Radisys 82600 embedded chipset. _