aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2014-11-22 11:09:12 +0100
committerBorislav Petkov <bp@suse.de>2014-11-25 13:09:33 +0100
commitfd19fcd6324d29c97ba69ac3433e392989af401c (patch)
treebb347fdc8f49988c54b14d1982e79da5ec9d7a16 /drivers/edac/Kconfig
parentEDAC: Delete unnecessary check before calling pci_dev_put() (diff)
downloadlinux-dev-fd19fcd6324d29c97ba69ac3433e392989af401c.tar.xz
linux-dev-fd19fcd6324d29c97ba69ac3433e392989af401c.zip
EDAC, mce_amd_inj: Convert mce_amd_inj module to debugfs
This module's interface belongs in debugfs, not in sysfs. Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r--drivers/edac/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 4316c9e955b3..49c265255a07 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -61,14 +61,14 @@ config EDAC_DECODE_MCE
has been initialized.
config EDAC_MCE_INJ
- tristate "Simple MCE injection interface over /sysfs"
- depends on EDAC_DECODE_MCE
+ tristate "Simple MCE injection interface"
+ depends on EDAC_DECODE_MCE && DEBUG_FS
default n
help
- This is a simple interface to inject MCEs over /sysfs and test
- the MCE decoding code in EDAC.
+ This is a simple debugfs interface to inject MCEs and test different
+ aspects of the MCE handling code.
- This is currently AMD-only.
+ WARNING: Do not even assume this interface is staying stable!
config EDAC_MM_EDAC
tristate "Main Memory EDAC (Error Detection And Correction) reporting"