Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603827
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] EDAC: Select DEBUG_FS |
| Date | 2017-03-18 18:50 +0100 |
| Message-ID | <tmqEh-1jI-5@gated-at.bofh.it> (permalink) |
| References | <tmquC-1ef-17@gated-at.bofh.it> <tmquC-1ef-19@gated-at.bofh.it> <tmquC-1ef-21@gated-at.bofh.it> <tmquC-1ef-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The debugfs.c functionality relies on DEBUG_FS so select it.
Signed-off-by: Borislav Petkov <bp@suse.de>
---
drivers/edac/Kconfig | 1 +
1 file changed, 1 insertion(+)
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
--
2.8.4
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
--
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v4 1/1] EDAC, pnd2_edac: Add new EDAC driver for Intel SoC platforms Borislav Petkov <bp@alien8.de> - 2017-03-18 18:40 +0100 [PATCH 1/2] EDAC: Select DEBUG_FS Borislav Petkov <bp@alien8.de> - 2017-03-18 18:50 +0100 [PATCH 2/2] EDAC, pnd2_edac: Fix !EDAC_DEBUG build Borislav Petkov <bp@alien8.de> - 2017-03-18 19:00 +0100
csiph-web