diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-15 14:23:00 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 06:41:30 -0400 |
commit | b13ad8f498793dc582b7f42f27b8f44490bd608d (patch) | |
tree | d0a1acf3e2d89fbc3bbf0d11fd2b60a41057a55c /drivers/net/Kconfig | |
parent | 63d24a0eb71b1ec5ed302816379aaf76eecb053c (diff) |
xilinx/ll_temac: Move the Xilinx drivers
Move the Xilinx drivers into drivers/net/ethernet/xilinx/ and
make the necessary Kconfig and Makefile changes.
CC: John Williams <john.williams@petalogix.com>
CC: "David H. Lynch Jr." <dhlii@dlasys.net>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 996bae006fc3..2607a44a270f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -493,13 +493,6 @@ config NET_POCKET | |||
493 | the questions about this class of network devices. If you say Y, you | 493 | the questions about this class of network devices. If you say Y, you |
494 | will be asked for your specific device in the following questions. | 494 | will be asked for your specific device in the following questions. |
495 | 495 | ||
496 | config XILINX_EMACLITE | ||
497 | tristate "Xilinx 10/100 Ethernet Lite support" | ||
498 | depends on PPC32 || MICROBLAZE | ||
499 | select PHYLIB | ||
500 | help | ||
501 | This driver supports the 10/100 Ethernet Lite from Xilinx. | ||
502 | |||
503 | config LANTIQ_ETOP | 496 | config LANTIQ_ETOP |
504 | tristate "Lantiq SoC ETOP driver" | 497 | tristate "Lantiq SoC ETOP driver" |
505 | depends on SOC_TYPE_XWAY | 498 | depends on SOC_TYPE_XWAY |
@@ -539,14 +532,6 @@ config IP1000 | |||
539 | To compile this driver as a module, choose M here: the module | 532 | To compile this driver as a module, choose M here: the module |
540 | will be called ipg. This is recommended. | 533 | will be called ipg. This is recommended. |
541 | 534 | ||
542 | config XILINX_LL_TEMAC | ||
543 | tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" | ||
544 | depends on PPC || MICROBLAZE | ||
545 | select PHYLIB | ||
546 | help | ||
547 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC | ||
548 | core used in Xilinx Spartan and Virtex FPGAs | ||
549 | |||
550 | endif # NETDEV_1000 | 535 | endif # NETDEV_1000 |
551 | 536 | ||
552 | # | 537 | # |