diff options
author | Johan Hovold <johan@kernel.org> | 2016-02-29 18:56:02 +0100 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2016-03-01 11:01:33 +0100 |
commit | 537b8a8695ea0fbc857fe68f99cd5294f8fca5e3 (patch) | |
tree | 9f694b1d1a65df1765319744d590367ffcb08b7c /drivers/usb/serial/Kconfig | |
parent | c0992d0f54847d0d1d85c60fcaa054f175ab1ccd (diff) | |
download | talos-obmc-linux-537b8a8695ea0fbc857fe68f99cd5294f8fca5e3.tar.gz talos-obmc-linux-537b8a8695ea0fbc857fe68f99cd5294f8fca5e3.zip |
Revert "USB: serial: add Moxa UPORT 11x0 driver"
This reverts commit 0b2b093ad405b56a9e6f4f20a25da77ebfa9549c.
Turns out the MOXA vendor driver was basically just a copy of the
ti_usb_3410_5052 driver. We don't want two drivers for the same chip
even if mxu11x0 had gotten some much needed clean up before merge. So
let's remove the mxu11x0 driver, add support for these Moxa devices to
the TI driver, and then clean that driver up instead.
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index f612dda9c977..56ecb8b5115d 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig @@ -475,22 +475,6 @@ config USB_SERIAL_MOS7840 To compile this driver as a module, choose M here: the module will be called mos7840. If unsure, choose N. -config USB_SERIAL_MXUPORT11 - tristate "USB Moxa UPORT 11x0 Serial Driver" - ---help--- - Say Y here if you want to use a MOXA UPort 11x0 Serial hub. - - This driver supports: - - - UPort 1110 : 1 port RS-232 USB to Serial Hub. - - UPort 1130 : 1 port RS-422/485 USB to Serial Hub. - - UPort 1130I : 1 port RS-422/485 USB to Serial Hub with Isolation. - - UPort 1150 : 1 port RS-232/422/485 USB to Serial Hub. - - UPort 1150I : 1 port RS-232/422/485 USB to Serial Hub with Isolation. - - To compile this driver as a module, choose M here: the - module will be called mxu11x0. - config USB_SERIAL_MXUPORT tristate "USB Moxa UPORT Serial Driver" ---help--- |