diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-09 21:04:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-10 10:44:50 -0400 |
commit | 963c5ba35984c87963480031d1d7e2e556256ad7 (patch) | |
tree | 6b9f6b5f6f7cd8540450933386c43a93d1d4b761 /drivers/edac/Kconfig | |
parent | 696e409dbd1ce325129c5030267365619364dfa0 (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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 5b7fbc5aec87..aedef7941b22 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -70,7 +70,7 @@ config EDAC_MM_EDAC | |||
70 | replaced. If unsure, select 'Y'. | 70 | replaced. If unsure, select 'Y'. |
71 | 71 | ||
72 | config EDAC_MCE | 72 | config EDAC_MCE |
73 | tristate | 73 | bool |
74 | 74 | ||
75 | config EDAC_AMD64 | 75 | config EDAC_AMD64 |
76 | tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h" | 76 | tristate "AMD64 (Opteron, Athlon64) K8, F10h, F11h" |