edac/Kconfig: edac_mce can't be module
Since mcelog is bool, edac_mce glue should also be bool, or otherwise will not work. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
696e409dbd
commit
963c5ba359
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ config EDAC_MM_EDAC
|
|||
replaced. If unsure, select 'Y'.
|
||||
|
||||
config EDAC_MCE
|
||||
tristate
|
||||
bool
|
||||
|
||||
config EDAC_AMD64
|
||||
tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h"
|
||||
|
|
Loading…
Add table
Reference in a new issue