Skip to content

Commit

Permalink
EDAC: Fix EDAC Kconfig menu
Browse files Browse the repository at this point in the history
After f65aad4("MIPS: Cavium: Add EDAC support."), when entering
the "Device Drivers" toplevel menu in menuconfig, the suboptions behind
EDAC appeared merged with the rest of the device drivers types. This was
because the menuconfig option EDAC is querying an EDAC_SUPPORT Kconfig
bool which was defined after the menu definition.

When pushing EDAC_SUPPORT up, before the menu definition, the variable
is defined earlier and the above menuconfig artifact doesn't happen.

Drop a useless menuconfig comment while at it.

Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Borislav Petkov <bp@alien8.de>
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Jan 7, 2013
1 parent 311bd84 commit 5445166
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Licensed and distributed under the GPL
#

config EDAC_SUPPORT
bool

menuconfig EDAC
bool "EDAC (Error Detection And Correction) reporting"
depends on HAS_IOMEM
Expand All @@ -27,13 +30,8 @@ menuconfig EDAC
There is also a mailing list for the EDAC project, which can
be found via the sourceforge page.

config EDAC_SUPPORT
bool

if EDAC

comment "Reporting subsystems"

config EDAC_LEGACY_SYSFS
bool "EDAC legacy sysfs"
default y
Expand Down

0 comments on commit 5445166

Please sign in to comment.