diff options
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r-- | drivers/net/usb/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 1610b79ae386..e66805eeffb4 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -164,6 +164,7 @@ config USB_NET_AX8817X | |||
164 | * Aten UC210T | 164 | * Aten UC210T |
165 | * ASIX AX88172 | 165 | * ASIX AX88172 |
166 | * Billionton Systems, USB2AR | 166 | * Billionton Systems, USB2AR |
167 | * Billionton Systems, GUSB2AM-1G-B | ||
167 | * Buffalo LUA-U2-KTX | 168 | * Buffalo LUA-U2-KTX |
168 | * Corega FEther USB2-TX | 169 | * Corega FEther USB2-TX |
169 | * D-Link DUB-E100 | 170 | * D-Link DUB-E100 |
@@ -583,4 +584,15 @@ config USB_VL600 | |||
583 | 584 | ||
584 | http://ubuntuforums.org/showpost.php?p=10589647&postcount=17 | 585 | http://ubuntuforums.org/showpost.php?p=10589647&postcount=17 |
585 | 586 | ||
587 | config USB_NET_CH9200 | ||
588 | tristate "QingHeng CH9200 USB ethernet support" | ||
589 | depends on USB_USBNET | ||
590 | select MII | ||
591 | help | ||
592 | Choose this option if you have a USB ethernet adapter with a QinHeng | ||
593 | CH9200 chipset. | ||
594 | |||
595 | To compile this driver as a module, choose M here: the | ||
596 | module will be called ch9200. | ||
597 | |||
586 | endif # USB_NET_DRIVERS | 598 | endif # USB_NET_DRIVERS |