]> asedeno.scripts.mit.edu Git - linux.git/commit
net: axienet: In kconfig remove arch dependency for axi_emac
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Wed, 13 Nov 2019 05:21:23 +0000 (10:51 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Nov 2019 19:43:58 +0000 (11:43 -0800)
commitd7eaf962a90bf922c1ea2697933edfeca285a7d7
tree1aebccf658b59ed91f71d19d21680f40927165aa
parent895badff2c2b68c67e77a4537754a46026d4c2d7
net: axienet: In kconfig remove arch dependency for axi_emac

To enable xilinx axi_emac driver support on zynqmp ultrascale platform
(ARCH64) there are two choices, mention ARCH64 as a dependency list
and other is to check if this ARCH dependency list is really needed.
Later approach seems more reasonable, so remove the obsolete ARCH
dependency list for the axi_emac driver.

Sanity test done for microblaze, zynq and zynqmp ultrascale platform.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/Kconfig