Przeglądaj źródła

[PATCH] EDAC: Kconfig dependency changes

- Add x86 dependency in drivers/edac/Kconfig for all current
  platform-specific modules.

- Add PCI dependency to Radisys 82600 driver

Signed-off-by: David S. Peterson <dsp@llnl.gov>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Dave Peterson 20 lat temu
rodzic
commit
39f1d8d38a
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      drivers/edac/Kconfig

+ 5 - 5
drivers/edac/Kconfig

@@ -64,35 +64,35 @@ config EDAC_AMD76X
 
 
 config EDAC_E7XXX
 config EDAC_E7XXX
 	tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
 	tristate "Intel e7xxx (e7205, e7500, e7501, e7505)"
-	depends on EDAC_MM_EDAC && PCI
+	depends on EDAC_MM_EDAC && PCI && X86_32
 	help
 	help
 	  Support for error detection and correction on the Intel
 	  Support for error detection and correction on the Intel
 	  E7205, E7500, E7501 and E7505 server chipsets.
 	  E7205, E7500, E7501 and E7505 server chipsets.
 
 
 config EDAC_E752X
 config EDAC_E752X
 	tristate "Intel e752x (e7520, e7525, e7320)"
 	tristate "Intel e752x (e7520, e7525, e7320)"
-	depends on EDAC_MM_EDAC && PCI
+	depends on EDAC_MM_EDAC && PCI && X86
 	help
 	help
 	  Support for error detection and correction on the Intel
 	  Support for error detection and correction on the Intel
 	  E7520, E7525, E7320 server chipsets.
 	  E7520, E7525, E7320 server chipsets.
 
 
 config EDAC_I82875P
 config EDAC_I82875P
 	tristate "Intel 82875p (D82875P, E7210)"
 	tristate "Intel 82875p (D82875P, E7210)"
-	depends on EDAC_MM_EDAC && PCI
+	depends on EDAC_MM_EDAC && PCI && X86_32
 	help
 	help
 	  Support for error detection and correction on the Intel
 	  Support for error detection and correction on the Intel
 	  DP82785P and E7210 server chipsets.
 	  DP82785P and E7210 server chipsets.
 
 
 config EDAC_I82860
 config EDAC_I82860
 	tristate "Intel 82860"
 	tristate "Intel 82860"
-	depends on EDAC_MM_EDAC && PCI
+	depends on EDAC_MM_EDAC && PCI && X86_32
 	help
 	help
 	  Support for error detection and correction on the Intel
 	  Support for error detection and correction on the Intel
 	  82860 chipset.
 	  82860 chipset.
 
 
 config EDAC_R82600
 config EDAC_R82600
 	tristate "Radisys 82600 embedded chipset"
 	tristate "Radisys 82600 embedded chipset"
-	depends on EDAC_MM_EDAC
+	depends on EDAC_MM_EDAC && PCI && X86_32
 	help
 	help
 	  Support for error detection and correction on the Radisys
 	  Support for error detection and correction on the Radisys
 	  82600 embedded chipset.
 	  82600 embedded chipset.