projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696e409
)
edac/Kconfig: edac_mce can't be module
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 10 Jul 2009 01:04:30 +0000
(22:04 -0300)
committer
Mauro 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/edac/Kconfig
b/drivers/edac/Kconfig
index 5b7fbc5aec8748fa42bfbd6361b2b8334eb2f4dc..aedef7941b22855f17c892f73d370ae10f17632c 100644
(file)
--- 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"