diff options
author | David S. Miller <davem@davemloft.net> | 2010-04-08 06:28:28 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-08 06:28:28 (GMT) |
commit | 4d8dc679084d8dd7b81b2ae245844246deb0759c (patch) | |
tree | 1cac100df1e9cb8e569abc87bf39fa311da76e26 /drivers/net/Kconfig | |
parent | 97f8aefbbfb5aa5c9944e5fa8149f1fdaf71c7b6 (diff) | |
download | linux-4d8dc679084d8dd7b81b2ae245844246deb0759c.tar.xz |
Revert "Add non-Virtex5 support for LL TEMAC driver"
This reverts commit 459569145516f7967b916c57445feb02c600668c.
Uses virt_to_bus() and breaks the build.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index dbd26f9..49c372a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2435,8 +2435,8 @@ config MV643XX_ETH config XILINX_LL_TEMAC tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" - depends on PPC || MICROBLAZE select PHYLIB + depends on PPC_DCR_NATIVE help This driver supports the Xilinx 10/100/1000 LocalLink TEMAC core used in Xilinx Spartan and Virtex FPGAs |