aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-07-09 22:04:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-10 11:44:50 -0300
commit963c5ba35984c87963480031d1d7e2e556256ad7 (patch)
tree6b9f6b5f6f7cd8540450933386c43a93d1d4b761 /drivers/edac/Kconfig
parent696e409dbd1ce325129c5030267365619364dfa0 (diff)
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>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r--drivers/edac/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 5b7fbc5aec8..aedef7941b2 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"