diff options
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 4c6c876d9dc3..66719925970f 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -4,6 +4,9 @@ | |||
4 | # Licensed and distributed under the GPL | 4 | # Licensed and distributed under the GPL |
5 | # | 5 | # |
6 | 6 | ||
7 | config EDAC_SUPPORT | ||
8 | bool | ||
9 | |||
7 | menuconfig EDAC | 10 | menuconfig EDAC |
8 | bool "EDAC (Error Detection And Correction) reporting" | 11 | bool "EDAC (Error Detection And Correction) reporting" |
9 | depends on HAS_IOMEM | 12 | depends on HAS_IOMEM |
@@ -27,13 +30,8 @@ menuconfig EDAC | |||
27 | There is also a mailing list for the EDAC project, which can | 30 | There is also a mailing list for the EDAC project, which can |
28 | be found via the sourceforge page. | 31 | be found via the sourceforge page. |
29 | 32 | ||
30 | config EDAC_SUPPORT | ||
31 | bool | ||
32 | |||
33 | if EDAC | 33 | if EDAC |
34 | 34 | ||
35 | comment "Reporting subsystems" | ||
36 | |||
37 | config EDAC_LEGACY_SYSFS | 35 | config EDAC_LEGACY_SYSFS |
38 | bool "EDAC legacy sysfs" | 36 | bool "EDAC legacy sysfs" |
39 | default y | 37 | default y |