diff options
| author | Esben Haabendal <esben@geanix.com> | 2019-04-30 03:17:53 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-05-01 14:33:30 -0400 |
| commit | 2c02c37e9d99aa9b57453cb3ca3044461b193c19 (patch) | |
| tree | 0cd199436140f4370b7e39e0ac29211263824b73 /drivers | |
| parent | fdd7454ecb2972c5879a51109ba7c692e6c1c164 (diff) | |
net: ll_temac: Allow use on x86 platforms
With little-endian and 64-bit support in place, the ll_temac driver can
now be used on x86 and x86_64 platforms.
And while at it, enable COMPILE_TEST also.
Signed-off-by: Esben Haabendal <esben@geanix.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/ethernet/xilinx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig index 6d68c8a8f4f2..db448fad621b 100644 --- a/drivers/net/ethernet/xilinx/Kconfig +++ b/drivers/net/ethernet/xilinx/Kconfig | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | config NET_VENDOR_XILINX | 5 | config NET_VENDOR_XILINX |
| 6 | bool "Xilinx devices" | 6 | bool "Xilinx devices" |
| 7 | default y | 7 | default y |
| 8 | depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS | 8 | depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS || X86 || COMPILE_TEST |
| 9 | ---help--- | 9 | ---help--- |
| 10 | If you have a network (Ethernet) card belonging to this class, say Y. | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
| 11 | 11 | ||
| @@ -33,7 +33,7 @@ config XILINX_AXI_EMAC | |||
| 33 | 33 | ||
| 34 | config XILINX_LL_TEMAC | 34 | config XILINX_LL_TEMAC |
| 35 | tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" | 35 | tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" |
| 36 | depends on (PPC || MICROBLAZE) | 36 | depends on PPC || MICROBLAZE || X86 || COMPILE_TEST |
| 37 | select PHYLIB | 37 | select PHYLIB |
| 38 | ---help--- | 38 | ---help--- |
| 39 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC | 39 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC |
