Skip to content

Commit

Permalink
edac/Kconfig: edac_mce can't be module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed May 10, 2010
1 parent 696e409 commit 963c5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 963c5ba

Please sign in to comment.