aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-01-16 21:53:31 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-17 15:11:26 -0500
commit053417a53ef8cd9c8fc942a89e55cfdc9539f705 (patch)
tree8415242264662f713e2a079eb9fcddcd747dd95a /drivers/edac
parent8081c1dc05888496f588eee033325f938541101f (diff)
drivers/edac: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 66719925970f..acb709bfac0f 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -158,7 +158,7 @@ config EDAC_I3000
158 158
159config EDAC_I3200 159config EDAC_I3200
160 tristate "Intel 3200" 160 tristate "Intel 3200"
161 depends on EDAC_MM_EDAC && PCI && X86 && EXPERIMENTAL 161 depends on EDAC_MM_EDAC && PCI && X86
162 help 162 help
163 Support for error detection and correction on the Intel 163 Support for error detection and correction on the Intel
164 3200 and 3210 server chipsets. 164 3200 and 3210 server chipsets.
@@ -224,7 +224,7 @@ config EDAC_I7300
224config EDAC_SBRIDGE 224config EDAC_SBRIDGE
225 tristate "Intel Sandy-Bridge Integrated MC" 225 tristate "Intel Sandy-Bridge Integrated MC"
226 depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL 226 depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL
227 depends on PCI_MMCONFIG && EXPERIMENTAL 227 depends on PCI_MMCONFIG
228 help 228 help
229 Support for error detection and correction the Intel 229 Support for error detection and correction the Intel
230 Sandy Bridge Integrated Memory Controller. 230 Sandy Bridge Integrated Memory Controller.