summaryrefslogtreecommitdiff
path: root/drivers/staging/octeon-usb/Kconfig
diff options
context:
space:
mode:
authorArtur Bujdoso <artur.bujdoso@gmail.com>2022-05-24 18:25:40 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-21 16:43:37 +0200
commit9dbdac024d4d9f3fc234399cb8c1f1cc6d2bcb2d (patch)
tree74a043b359e7a96727b0859a2d96eeba30ede9f4 /drivers/staging/octeon-usb/Kconfig
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e (diff)
staging: octeon-usb: move driver out of staging
The Octeon usb driver has been in staging for a long time and used in Ubiquiti routers for a while now. It's been built and then tested on real hardware with several usb devices and it is proven to be stable and ready to be moved to its proper place in the kernel tree. Move it to drivers/usb/host and adjust its Makefile, Kconfig and defconfig dependencies. Many thanks to the developers who made it happen. Signed-off-by: Artur Bujdoso <artur.bujdoso@gmail.com> Link: https://lore.kernel.org/r/Yo0HBIlSXOBM+//9@crux Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/octeon-usb/Kconfig')
-rw-r--r--drivers/staging/octeon-usb/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/octeon-usb/Kconfig b/drivers/staging/octeon-usb/Kconfig
deleted file mode 100644
index 6a5d842ee0f2..000000000000
--- a/drivers/staging/octeon-usb/Kconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-config OCTEON_USB
- tristate "Cavium Networks Octeon USB support"
- depends on CAVIUM_OCTEON_SOC && USB
- help
- This driver supports USB host controller on some Cavium
- Networks' products in the Octeon family.
-
- To compile this driver as a module, choose M here. The module
- will be called octeon-hcd.
-