Kconfig (c1f3ee120bb61045b1c0a3ead620d1d65af47130) Kconfig (c6cbcad1ec0dbb08b640d1ca166a42dcb4fb8faa)
1#
2# USB Network devices configuration
3#
4comment "Networking support is needed for USB Network Adapter support"
5 depends on USB && !NET
6
7menu "USB Network Adapters"
8 depends on USB && NET

--- 115 unchanged lines hidden (view full) ---

124
125 For more information see <http://www.linux-usb.org/usbnet/>.
126
127 To compile this driver as a module, choose M here: the
128 module will be called usbnet.
129
130config USB_NET_AX8817X
131 tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
1#
2# USB Network devices configuration
3#
4comment "Networking support is needed for USB Network Adapter support"
5 depends on USB && !NET
6
7menu "USB Network Adapters"
8 depends on USB && NET

--- 115 unchanged lines hidden (view full) ---

124
125 For more information see <http://www.linux-usb.org/usbnet/>.
126
127 To compile this driver as a module, choose M here: the
128 module will be called usbnet.
129
130config USB_NET_AX8817X
131 tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
132 depends on USB_USBNET && NET_ETHERNET
132 depends on USB_USBNET
133 select CRC32
134 default y
135 help
136 This option adds support for ASIX AX88xxx based USB 2.0
137 10/100 Ethernet adapters.
138
139 This driver should work with at least the following devices:
140 * Aten UC210T

--- 191 unchanged lines hidden ---
133 select CRC32
134 default y
135 help
136 This option adds support for ASIX AX88xxx based USB 2.0
137 10/100 Ethernet adapters.
138
139 This driver should work with at least the following devices:
140 * Aten UC210T

--- 191 unchanged lines hidden ---