diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 11:39:10 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:17 +0200 |
commit | 0833f7634ff89d8dd631925fb551e3d1864066d5 (patch) | |
tree | 4213a27dc92f06a25a2a40fdc3bbd0178e6468ab /drivers/edac/Kconfig | |
parent | e53a05a49e10c7cfc5ee8d381ff3574ce4a3faf5 (diff) | |
download | blackbird-op-linux-0833f7634ff89d8dd631925fb551e3d1864066d5.tar.gz blackbird-op-linux-0833f7634ff89d8dd631925fb551e3d1864066d5.zip |
edac: remove tile driver
The Tile architecture is obsolete and getting removed from the kernel,
this driver appears to only be used there, and not on the ARM based
successors (Tile-Mx, BlueField), so we should remove it as well.
Acked-by: Borislav Petkov <bp@suse.de>
Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 3c4017007647..cfcb91056f23 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -317,14 +317,6 @@ config EDAC_CPC925 a companion chip to the PowerPC 970 family of processors. -config EDAC_TILE - tristate "Tilera Memory Controller" - depends on TILE - default y - help - Support for error detection and correction on the - Tilera memory controller. - config EDAC_HIGHBANK_MC tristate "Highbank Memory Controller" depends on ARCH_HIGHBANK |