staging: serqt_usb2: remove driver
Remove the driver as it hasn't been cleaned up and it doesn't look like anyone is going to work on it anymore. This can be reverted if someone wants to work to fix the remaining issues the driver has. Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com> Cc: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
de1c4400bf
commit
929b2d483d
|
@ -64,8 +64,6 @@ source "drivers/staging/octeon/Kconfig"
|
|||
|
||||
source "drivers/staging/octeon-usb/Kconfig"
|
||||
|
||||
source "drivers/staging/serqt_usb2/Kconfig"
|
||||
|
||||
source "drivers/staging/vt6655/Kconfig"
|
||||
|
||||
source "drivers/staging/vt6656/Kconfig"
|
||||
|
|
|
@ -23,7 +23,6 @@ obj-$(CONFIG_TRANZPORT) += frontier/
|
|||
obj-$(CONFIG_IDE_PHISON) += phison/
|
||||
obj-$(CONFIG_LINE6_USB) += line6/
|
||||
obj-$(CONFIG_NETLOGIC_XLR_NET) += netlogic/
|
||||
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
|
||||
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
|
||||
obj-$(CONFIG_OCTEON_USB) += octeon-usb/
|
||||
obj-$(CONFIG_VT6655) += vt6655/
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
config USB_SERIAL_QUATECH2
|
||||
tristate "USB Quatech ESU-100 8 Port Serial Driver"
|
||||
depends on USB_SERIAL
|
||||
help
|
||||
Say Y here if you want to use the Quatech ESU-100 8 port usb to
|
||||
serial adapter.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called serqt_usb2.
|
|
@ -1 +0,0 @@
|
|||
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2.o
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue