diff options
author | Borislav Petkov <bp@suse.de> | 2017-03-18 13:25:05 -0400 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2017-03-23 07:56:09 -0400 |
commit | 1c5bf78114d38c2761721108a2d925bccb496027 (patch) | |
tree | be69be569f03498ce85195bf226c02a44a4f4c7e /drivers | |
parent | 5c71ad17f97e84d6d7e11a8e193d5d96890ed2ed (diff) |
EDAC: Select DEBUG_FS
The debugfs.c functionality relies on DEBUG_FS so select it.
Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'drivers')
-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 | |||
43 | 43 | ||
44 | config EDAC_DEBUG | 44 | config EDAC_DEBUG |
45 | bool "Debugging" | 45 | bool "Debugging" |
46 | select DEBUG_FS | ||
46 | help | 47 | help |
47 | This turns on debugging information for the entire EDAC subsystem. | 48 | This turns on debugging information for the entire EDAC subsystem. |
48 | You do so by inserting edac_module with "edac_debug_level=x." Valid | 49 | You do so by inserting edac_module with "edac_debug_level=x." Valid |