]> Pileus Git - ~andy/linux/commit
EDAC: Fix EDAC Kconfig menu
authorBorislav Petkov <bp@alien8.de>
Tue, 18 Dec 2012 21:02:56 +0000 (22:02 +0100)
committerBorislav Petkov <bpetkov@suse.de>
Mon, 7 Jan 2013 16:42:59 +0000 (17:42 +0100)
commit5445166384755adc39c772acccca87ad5747be52
tree443e8775b05d9d97f958d85dd0e1d93d93fc2e5f
parent311bd84247ee0bedae6cdfbfc5e2c3450f9decd1
EDAC: Fix EDAC Kconfig menu

After f65aad41772f("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>
drivers/edac/Kconfig