diff options
author | Borislav Petkov <bp@suse.de> | 2017-02-03 18:18:05 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2017-04-10 17:14:41 +0200 |
commit | e3c4ff6d8c949fa9a9ea1bd005bf1967efe09d5d (patch) | |
tree | 3f9238faa0bb6da4bfc0787b52e9ecadf14b361a /arch/powerpc/configs/cell_defconfig | |
parent | be1d162948f5bb0ced260e60208e7dc06cd45cab (diff) | |
download | blackbird-obmc-linux-e3c4ff6d8c949fa9a9ea1bd005bf1967efe09d5d.tar.gz blackbird-obmc-linux-e3c4ff6d8c949fa9a9ea1bd005bf1967efe09d5d.zip |
EDAC: Remove EDAC_MM_EDAC
Move all the EDAC core functionality behind CONFIG_EDAC and get rid of
that indirection. Update defconfigs which had it.
While at it, fix dependencies such that EDAC depends on RAS for the
tracepoints.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Chris Metcalf <cmetcalf@mellanox.com>
Cc: linux-edac@vger.kernel.org
Diffstat (limited to 'arch/powerpc/configs/cell_defconfig')
-rw-r--r-- | arch/powerpc/configs/cell_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 2d7fcbe047ac..aa564599e368 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig @@ -179,7 +179,6 @@ CONFIG_INFINIBAND_MTHCA=m CONFIG_INFINIBAND_IPOIB=m CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y CONFIG_EDAC=y -CONFIG_EDAC_MM_EDAC=y CONFIG_EDAC_CELL=y CONFIG_UIO=m CONFIG_EXT2_FS=y |