diff options
author | Dave Peterson <dsp@llnl.gov> | 2006-03-26 04:38:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-26 11:57:07 -0500 |
commit | 39f1d8d38aa3f757889a09855b241b6a23e2cac5 (patch) | |
tree | 26a37ad94dfff867b2c1e9ceb8ac65be5f95bd98 /drivers/edac | |
parent | 18dbc337af5d6efd30cb9291e74722c8ad134fd3 (diff) |
[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>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 52f3eb45d2b9..b582d0cdc24f 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -64,35 +64,35 @@ config EDAC_AMD76X | |||
64 | 64 | ||
65 | config EDAC_E7XXX | 65 | config EDAC_E7XXX |
66 | tristate "Intel e7xxx (e7205, e7500, e7501, e7505)" | 66 | tristate "Intel e7xxx (e7205, e7500, e7501, e7505)" |
67 | depends on EDAC_MM_EDAC && PCI | 67 | depends on EDAC_MM_EDAC && PCI && X86_32 |
68 | help | 68 | help |
69 | Support for error detection and correction on the Intel | 69 | Support for error detection and correction on the Intel |
70 | E7205, E7500, E7501 and E7505 server chipsets. | 70 | E7205, E7500, E7501 and E7505 server chipsets. |
71 | 71 | ||
72 | config EDAC_E752X | 72 | config EDAC_E752X |
73 | tristate "Intel e752x (e7520, e7525, e7320)" | 73 | tristate "Intel e752x (e7520, e7525, e7320)" |
74 | depends on EDAC_MM_EDAC && PCI | 74 | depends on EDAC_MM_EDAC && PCI && X86 |
75 | help | 75 | help |
76 | Support for error detection and correction on the Intel | 76 | Support for error detection and correction on the Intel |
77 | E7520, E7525, E7320 server chipsets. | 77 | E7520, E7525, E7320 server chipsets. |
78 | 78 | ||
79 | config EDAC_I82875P | 79 | config EDAC_I82875P |
80 | tristate "Intel 82875p (D82875P, E7210)" | 80 | tristate "Intel 82875p (D82875P, E7210)" |
81 | depends on EDAC_MM_EDAC && PCI | 81 | depends on EDAC_MM_EDAC && PCI && X86_32 |
82 | help | 82 | help |
83 | Support for error detection and correction on the Intel | 83 | Support for error detection and correction on the Intel |
84 | DP82785P and E7210 server chipsets. | 84 | DP82785P and E7210 server chipsets. |
85 | 85 | ||
86 | config EDAC_I82860 | 86 | config EDAC_I82860 |
87 | tristate "Intel 82860" | 87 | tristate "Intel 82860" |
88 | depends on EDAC_MM_EDAC && PCI | 88 | depends on EDAC_MM_EDAC && PCI && X86_32 |
89 | help | 89 | help |
90 | Support for error detection and correction on the Intel | 90 | Support for error detection and correction on the Intel |
91 | 82860 chipset. | 91 | 82860 chipset. |
92 | 92 | ||
93 | config EDAC_R82600 | 93 | config EDAC_R82600 |
94 | tristate "Radisys 82600 embedded chipset" | 94 | tristate "Radisys 82600 embedded chipset" |
95 | depends on EDAC_MM_EDAC | 95 | depends on EDAC_MM_EDAC && PCI && X86_32 |
96 | help | 96 | help |
97 | Support for error detection and correction on the Radisys | 97 | Support for error detection and correction on the Radisys |
98 | 82600 embedded chipset. | 98 | 82600 embedded chipset. |