aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ni/Kconfig
diff options
context:
space:
mode:
authorMoritz Fischer <mdf@kernel.org>2018-08-28 15:16:31 -0700
committerDavid S. Miller <davem@davemloft.net>2018-08-29 19:54:28 -0700
commit7e8d5755be0e6c92d3b86a85e54c6a550b1910c5 (patch)
tree762c96a51b3b85a461c426247c0852fa228719e6 /drivers/net/ethernet/ni/Kconfig
parentselftests/net: add ip_defrag selftest (diff)
downloadlinux-dev-7e8d5755be0e6c92d3b86a85e54c6a550b1910c5.tar.xz
linux-dev-7e8d5755be0e6c92d3b86a85e54c6a550b1910c5.zip
net: nixge: Add support for 64-bit platforms
Add support for 64-bit platforms to driver. The hardware only supports 32-bit register accesses so the accesses need to be split up into two writes when setting the current and tail descriptor values. Signed-off-by: Moritz Fischer <mdf@kernel.org> Cc: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ni/Kconfig')
-rw-r--r--drivers/net/ethernet/ni/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ni/Kconfig b/drivers/net/ethernet/ni/Kconfig
index aa41e5f6e437..04e315704f71 100644
--- a/drivers/net/ethernet/ni/Kconfig
+++ b/drivers/net/ethernet/ni/Kconfig
@@ -18,8 +18,9 @@ if NET_VENDOR_NI
config NI_XGE_MANAGEMENT_ENET
tristate "National Instruments XGE management enet support"
- depends on ARCH_ZYNQ
+ depends on HAS_IOMEM && HAS_DMA
select PHYLIB
+ select OF_MDIO
help
Simple LAN device for debug or management purposes. Can
support either 10G or 1G PHYs via SFP+ ports.