Searched hist:54451663 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/edac/ |
| H A D | Kconfig | 54451663 Tue Dec 18 21:02:56 GMT 2012 Borislav Petkov <[email protected]> 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 <[email protected]> Signed-off-by: Borislav Petkov <[email protected]>
|