On 11/11/2013 05:09 AM, Robert Richter wrote:
> On 05.11.13 21:25:52, Rob Herring wrote:
>> From: Rob Herring <rob.herr...@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.herr...@calxeda.com>
>> Cc: Doug Thompson <dougthomp...@xmission.com>
>> Cc: Robert Richter <r...@kernel.org>
>> Cc: linux-e...@vger.kernel.org
> 
> Rob, I will apply your patch with the changes we discussed if this is
> ok for you.

Thanks. It should be (ARM || ARM64 || COMPILE_TEST) rather than
ARM_MULTI_V7. The L2 ECC driver can be ARM only.

Rob

> 
> -Robert
> 
>> ---
>>  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
>>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to