Re: [PATCH] net: cadence: Enable MACB driver for ARM64

From: Michal Simek
Date: Tue Feb 24 2015 - 09:05:16 EST


On 02/24/2015 01:12 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
>
>> On Feb 24, 2015, at 3:45 PM, Michal Simek <michal.simek@xxxxxxxxxx> wrote:
>>
>> This driver is used on new Xilinx ZynqMP SoC.
>>
>> Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx>
>> Acked-by: SÃren Brinkmann <soren.brinkmann@xxxxxxxxxx>
>> ---
>>
>> drivers/net/ethernet/cadence/Kconfig | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/net/ethernet/cadence/Kconfig b/drivers/net/ethernet/cadence/Kconfig
>> index 321d2ad235d9..4562f90c0348 100644
>> --- a/drivers/net/ethernet/cadence/Kconfig
>> +++ b/drivers/net/ethernet/cadence/Kconfig
>> @@ -4,7 +4,7 @@
>>
>> config NET_CADENCE
>> bool "Cadence devices"
>> - depends on HAS_IOMEM && (ARM || AVR32 || MICROBLAZE || COMPILE_TEST)
>> + depends on HAS_IOMEM && (ARM || ARM64 || AVR32 || MICROBLAZE || COMPILE_TEST)
>
> drop the arch test just put HAS_IOMEM

ok. Let me push it to Fenguang testing system if this will work.

Thanks,
Michal


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