diff options
author | Borislav Petkov <bp@suse.de> | 2017-03-18 18:25:05 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2017-03-23 12:56:09 +0100 |
commit | 1c5bf78114d38c2761721108a2d925bccb496027 (patch) | |
tree | be69be569f03498ce85195bf226c02a44a4f4c7e | |
parent | 5c71ad17f97e84d6d7e11a8e193d5d96890ed2ed (diff) | |
download | linux-stable-1c5bf78114d38c2761721108a2d925bccb496027.tar.gz linux-stable-1c5bf78114d38c2761721108a2d925bccb496027.tar.bz2 linux-stable-1c5bf78114d38c2761721108a2d925bccb496027.zip |
EDAC: Select DEBUG_FS
The debugfs.c functionality relies on DEBUG_FS so select it.
Signed-off-by: Borislav Petkov <bp@suse.de>
-rw-r--r-- | drivers/edac/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index be3eac6ad54d..4773f2867234 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -43,6 +43,7 @@ config EDAC_LEGACY_SYSFS config EDAC_DEBUG bool "Debugging" + select DEBUG_FS help This turns on debugging information for the entire EDAC subsystem. You do so by inserting edac_module with "edac_debug_level=x." Valid |