Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (b255e500c8dc111dd9efac1442a85a0dac913feb) |
---|---|
1# 2# Tulip family network device configuration 3# 4 5config NET_TULIP 6 bool "DEC - Tulip devices" 7 depends on (PCI || EISA || CARDBUS) 8 ---help--- --- 99 unchanged lines hidden (view full) --- 108 depends on (PCI || EISA) 109 depends on VIRT_TO_BUS || ALPHA || PPC || SPARC 110 select CRC32 111 ---help--- 112 This is support for the DIGITAL series of PCI/EISA Ethernet cards. 113 These include the DE425, DE434, DE435, DE450 and DE500 models. If 114 you have a network card of this type, say Y. More specific 115 information is contained in | 1# 2# Tulip family network device configuration 3# 4 5config NET_TULIP 6 bool "DEC - Tulip devices" 7 depends on (PCI || EISA || CARDBUS) 8 ---help--- --- 99 unchanged lines hidden (view full) --- 108 depends on (PCI || EISA) 109 depends on VIRT_TO_BUS || ALPHA || PPC || SPARC 110 select CRC32 111 ---help--- 112 This is support for the DIGITAL series of PCI/EISA Ethernet cards. 113 These include the DE425, DE434, DE435, DE450 and DE500 models. If 114 you have a network card of this type, say Y. More specific 115 information is contained in |
116 <file:Documentation/networking/de4x5.txt>. | 116 <file:Documentation/networking/device_drivers/dec/de4x5.txt>. |
117 118 To compile this driver as a module, choose M here. The module will 119 be called de4x5. 120 121config WINBOND_840 122 tristate "Winbond W89c840 Ethernet support" 123 depends on PCI 124 select CRC32 --- 7 unchanged lines hidden (view full) --- 132config DM9102 133 tristate "Davicom DM910x/DM980x support" 134 depends on PCI 135 select CRC32 136 ---help--- 137 This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from 138 Davicom (<http://www.davicom.com.tw/>). If you have such a network 139 (Ethernet) card, say Y. Some information is contained in the file | 117 118 To compile this driver as a module, choose M here. The module will 119 be called de4x5. 120 121config WINBOND_840 122 tristate "Winbond W89c840 Ethernet support" 123 depends on PCI 124 select CRC32 --- 7 unchanged lines hidden (view full) --- 132config DM9102 133 tristate "Davicom DM910x/DM980x support" 134 depends on PCI 135 select CRC32 136 ---help--- 137 This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from 138 Davicom (<http://www.davicom.com.tw/>). If you have such a network 139 (Ethernet) card, say Y. Some information is contained in the file |
140 <file:Documentation/networking/dmfe.txt>. | 140 <file:Documentation/networking/device_drivers/dec/dmfe.txt>. |
141 142 To compile this driver as a module, choose M here. The module will 143 be called dmfe. 144 145config ULI526X 146 tristate "ULi M526x controller support" 147 depends on PCI 148 select CRC32 --- 20 unchanged lines hidden --- | 141 142 To compile this driver as a module, choose M here. The module will 143 be called dmfe. 144 145config ULI526X 146 tristate "ULi M526x controller support" 147 depends on PCI 148 select CRC32 --- 20 unchanged lines hidden --- |