Kconfig (a78b42824dd7c2b40d72fb01f1b1842f7e845f3a) | Kconfig (03ee251546a9360cbb4c27c250d128dcbcfd9931) |
---|---|
1# 2# USB Serial device configuration 3# 4 5menuconfig USB_SERIAL 6 tristate "USB Serial Converter support" 7 depends on USB 8 ---help--- --- 102 unchanged lines hidden (view full) --- 111 The Digi Acceleport USB 8 is not yet supported by this driver. 112 113 This driver works under SMP with the usb-uhci driver. It does not 114 work under SMP with the uhci driver. 115 116 To compile this driver as a module, choose M here: the 117 module will be called digi_acceleport. 118 | 1# 2# USB Serial device configuration 3# 4 5menuconfig USB_SERIAL 6 tristate "USB Serial Converter support" 7 depends on USB 8 ---help--- --- 102 unchanged lines hidden (view full) --- 111 The Digi Acceleport USB 8 is not yet supported by this driver. 112 113 This driver works under SMP with the usb-uhci driver. It does not 114 work under SMP with the uhci driver. 115 116 To compile this driver as a module, choose M here: the 117 module will be called digi_acceleport. 118 |
119config USB_SERIAL_CP2101 120 tristate "USB CP2101 UART Bridge Controller" | 119config USB_SERIAL_CP210X 120 tristate "USB CP210x family of UART Bridge Controllers" |
121 help | 121 help |
122 Say Y here if you want to use a CP2101/CP2102 based USB to RS232 123 converter. | 122 Say Y here if you want to use a CP2101/CP2102/CP2103 based USB 123 to RS232 converters. |
124 125 To compile this driver as a module, choose M here: the | 124 125 To compile this driver as a module, choose M here: the |
126 module will be called cp2101. | 126 module will be called cp210x. |
127 128config USB_SERIAL_CYPRESS_M8 129 tristate "USB Cypress M8 USB Serial Driver" 130 help 131 Say Y here if you want to use a device that contains the Cypress 132 USB to Serial microcontroller, such as the DeLorme Earthmate GPS. 133 134 Attempted SMP support... send bug reports! --- 479 unchanged lines hidden --- | 127 128config USB_SERIAL_CYPRESS_M8 129 tristate "USB Cypress M8 USB Serial Driver" 130 help 131 Say Y here if you want to use a device that contains the Cypress 132 USB to Serial microcontroller, such as the DeLorme Earthmate GPS. 133 134 Attempted SMP support... send bug reports! --- 479 unchanged lines hidden --- |