[linux-yocto] [PATCH] edac: Drop CONFIG_EDAC_MM_EDAC and add dependency

Hongzhi.Song hongzhi.song at windriver.com
Thu Nov 1 20:09:56 PDT 2018


CONFIG_EDAC depends on RAS.
CONFIG_EDAC_MM_EDAC was removed by kernel.[Commit: e3c4ff6d8c9]

Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
---
 features/edac/edac.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/edac/edac.cfg b/features/edac/edac.cfg
index ad9c98f..e7be14e 100644
--- a/features/edac/edac.cfg
+++ b/features/edac/edac.cfg
@@ -11,6 +11,6 @@
 #
 #.........................................................................
 
+CONFIG_RAS=y
 CONFIG_EDAC=y
-CONFIG_EDAC_MM_EDAC=m
 CONFIG_EDAC_DEBUG=y
-- 
2.8.1



More information about the linux-yocto mailing list