lkml.org 
[lkml]   [2013]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] edac, highbank: remove dependency on ARCH_HIGHBANK
Date
From: Rob Herring <rob.herring@calxeda.com>

In order to enable on arm64 and improve the build coverage, remove the
dependency on ARCH_HIGHBANK.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Doug Thompson <dougthompson@xmission.com>
Cc: Robert Richter <rric@kernel.org>
Cc: linux-edac@vger.kernel.org
---
drivers/edac/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 878f090..fc8aaaf 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -328,14 +328,14 @@ config EDAC_TILE

config EDAC_HIGHBANK_MC
tristate "Highbank Memory Controller"
- depends on EDAC_MM_EDAC && ARCH_HIGHBANK
+ depends on EDAC_MM_EDAC
help
Support for error detection and correction on the
Calxeda Highbank memory controller.

config EDAC_HIGHBANK_L2
tristate "Highbank L2 Cache"
- depends on EDAC_MM_EDAC && ARCH_HIGHBANK
+ depends on EDAC_MM_EDAC
help
Support for error detection and correction on the
Calxeda Highbank memory controller.
--
1.8.1.2


\
 
 \ /
  Last update: 2013-11-06 05:01    [W:2.209 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site