From: Mauro Carvalho Chehab Date: Fri, 10 Jul 2009 01:04:30 +0000 (-0300) Subject: edac/Kconfig: edac_mce can't be module X-Git-Tag: v2.6.35-rc2~10^2~65 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=963c5ba35984c87963480031d1d7e2e556256ad7;p=safe%2Fjmp%2Flinux-2.6 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 --- diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 5b7fbc5..aedef79 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -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"