aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig36
1 files changed, 0 insertions, 36 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index cb6c6947b320..c1e491add8f9 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -614,30 +614,6 @@ config KS8851_MLL
614 This platform driver is for Micrel KS8851 Address/data bus 614 This platform driver is for Micrel KS8851 Address/data bus
615 multiplexed network chip. 615 multiplexed network chip.
616 616
617config VIA_RHINE
618 tristate "VIA Rhine support"
619 depends on NET_PCI && PCI
620 select CRC32
621 select MII
622 help
623 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
624 Rhine-II (VT6102), or Rhine-III (VT6105)), say Y here. Rhine-type
625 Ethernet functions can also be found integrated on South Bridges
626 (e.g. VT8235).
627
628 To compile this driver as a module, choose M here. The module
629 will be called via-rhine.
630
631config VIA_RHINE_MMIO
632 bool "Use MMIO instead of PIO"
633 depends on VIA_RHINE
634 help
635 This instructs the driver to use PCI shared memory (MMIO) instead of
636 programmed I/O ports (PIO). Enabling this gives an improvement in
637 processing time in parts of the driver.
638
639 If unsure, say Y.
640
641config CPMAC 617config CPMAC
642 tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)" 618 tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)"
643 depends on NET_ETHERNET && EXPERIMENTAL && AR7 619 depends on NET_ETHERNET && EXPERIMENTAL && AR7
@@ -793,18 +769,6 @@ config SIS190
793 To compile this driver as a module, choose M here: the module 769 To compile this driver as a module, choose M here: the module
794 will be called sis190. This is recommended. 770 will be called sis190. This is recommended.
795 771
796config VIA_VELOCITY
797 tristate "VIA Velocity support"
798 depends on PCI
799 select CRC32
800 select CRC_CCITT
801 select MII
802 help
803 If you have a VIA "Velocity" based network card say Y here.
804
805 To compile this driver as a module, choose M here. The module
806 will be called via-velocity.
807
808config SPIDER_NET 772config SPIDER_NET
809 tristate "Spider Gigabit Ethernet driver" 773 tristate "Spider Gigabit Ethernet driver"
810 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) 774 depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB)