diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-08 17:33:16 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-08 17:33:16 -0800 |
commit | 99ec297ad6d2391361f9367612463b9fcd685a31 (patch) | |
tree | 1b0db76d26ada33d91e599a034a2ebec546b84be /drivers/staging/Kconfig | |
parent | 588c31eacdc163b59bef1675295bc4be23112d05 (diff) |
staging: btmtk_usb: remove driver
No one seems to be working on it anymore, and it really should be merged
into the already-existing btusb driver. Also, there is not any proper
author attribution on the code (it was copied from the in-kernel
driver...)
If someone wants to pick this back up, we can easily revert this, but
for now, delete the driver.
Cc: Yu-Chen, Cho <acho@suse.com>
Cc: Jay Hung <jay.hung@mediatek.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index facc025a5106..d2beb07f2403 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -144,8 +144,6 @@ source "drivers/staging/dwc2/Kconfig" source "drivers/staging/lustre/Kconfig" -source "drivers/staging/btmtk_usb/Kconfig" - source "drivers/staging/xillybus/Kconfig" source "drivers/staging/dgnc/Kconfig" |