edac/Kconfig: edac_mce can't be module
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 10 Jul 2009 01:04:30 +0000 (22:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 10 May 2010 14:44:50 +0000 (11:44 -0300)
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>
drivers/edac/Kconfig

index 5b7fbc5..aedef79 100644 (file)
@@ -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"