Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / Kconfig
index a3ca1375dd522bea2998ab4e44f5ab662217be69..fafc628480e0f219672fac0f64009c9800bd2e2c 100644 (file)
@@ -292,11 +292,15 @@ config USB_EHCI_HCD_PLATFORM
          If unsure, say N.
 
 config USB_OCTEON_EHCI
-       bool "Octeon on-chip EHCI support"
+       bool "Octeon on-chip EHCI support (DEPRECATED)"
        depends on CAVIUM_OCTEON_SOC
        default n
        select USB_EHCI_BIG_ENDIAN_MMIO
+       select USB_EHCI_HCD_PLATFORM
        help
+         This option is deprecated now and the driver was removed, use
+         USB_EHCI_HCD_PLATFORM instead.
+
          Enable support for the Octeon II SOC's on-chip EHCI
          controller.  It is needed for high-speed (480Mbit/sec)
          USB 2.0 device support.  All CN6XXX based chips with USB are
@@ -575,12 +579,16 @@ config USB_OHCI_HCD_PLATFORM
          If unsure, say N.
 
 config USB_OCTEON_OHCI
-       bool "Octeon on-chip OHCI support"
+       bool "Octeon on-chip OHCI support (DEPRECATED)"
        depends on CAVIUM_OCTEON_SOC
        default USB_OCTEON_EHCI
        select USB_OHCI_BIG_ENDIAN_MMIO
        select USB_OHCI_LITTLE_ENDIAN
+       select USB_OHCI_HCD_PLATFORM
        help
+         This option is deprecated now and the driver was removed, use
+         USB_OHCI_HCD_PLATFORM instead.
+
          Enable support for the Octeon II SOC's on-chip OHCI
          controller.  It is needed for low-speed USB 1.0 device
          support.  All CN6XXX based chips with USB are supported.
@@ -754,12 +762,6 @@ config USB_IMX21_HCD
          To compile this driver as a module, choose M here: the
          module will be called "imx21-hcd".
 
-
-
-config USB_OCTEON2_COMMON
-       bool
-       default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI
-
 config USB_HCD_BCMA
        tristate "BCMA usb host driver"
        depends on BCMA