[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cbdd6608-804a-086c-1892-1903ec4a7d80@xilinx.com>
Date: Mon, 21 Oct 2019 16:15:45 +0200
From: Michal Simek <michal.simek@...inx.com>
To: Radhey Shyam Pandey <radhey.shyam.pandey@...inx.com>,
davem@...emloft.net, netdev@...r.kernel.org
Cc: michal.simek@...inx.com, anirudha.sarangi@...inx.com,
john.linn@...inx.com, mchehab+samsung@...nel.org,
gregkh@...uxfoundation.org, nicolas.ferre@...rochip.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 net-next] net: axienet: In kconfig add ARM64 as
supported platform
On 21. 10. 19 12:18, Radhey Shyam Pandey wrote:
> xilinx axi_emac driver is supported on ZynqMP UltraScale platform.
> So enable ARCH64 in kconfig. It also removes redundant ARCH_ZYNQ
> dependency. Basic sanity testing is done on zu+ mpsoc zcu102
> evaluation board.
>
> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@...inx.com>
> ---
> Changes for v2:
> Remove redundant ARCH_ZYNQ dependency.
> Modified commit description.
> ---
> drivers/net/ethernet/xilinx/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig
> index 8d994ce..da11876 100644
> --- a/drivers/net/ethernet/xilinx/Kconfig
> +++ b/drivers/net/ethernet/xilinx/Kconfig
> @@ -6,7 +6,7 @@
> config NET_VENDOR_XILINX
> bool "Xilinx devices"
> default y
> - depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS || X86 || ARM || COMPILE_TEST
> + depends on PPC || PPC32 || MICROBLAZE || MIPS || X86 || ARM || ARM64 || COMPILE_TEST
> ---help---
> If you have a network (Ethernet) card belonging to this class, say Y.
>
> @@ -26,11 +26,11 @@ config XILINX_EMACLITE
>
> config XILINX_AXI_EMAC
> tristate "Xilinx 10/100/1000 AXI Ethernet support"
> - depends on MICROBLAZE || X86 || ARM || COMPILE_TEST
> + depends on MICROBLAZE || X86 || ARM || ARM64 || COMPILE_TEST
> select PHYLINK
> ---help---
> This driver supports the 10/100/1000 Ethernet from Xilinx for the
> - AXI bus interface used in Xilinx Virtex FPGAs.
> + AXI bus interface used in Xilinx Virtex FPGAs and Soc's.
>
> config XILINX_LL_TEMAC
> tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
>
Acked-by: Michal Simek <michal.simek@...inx.com>
But I can image that others could prefer to remove all dependencies.
Thanks,
Michal
Powered by blists - more mailing lists