usb: ohci-da8xx can only be built-in
[pandora-kernel.git] / drivers / usb / host / Kconfig
index 22b5062..363fc21 100644 (file)
@@ -435,6 +435,16 @@ config USB_OHCI_HCD_OMAP3
          Enables support for the on-chip OHCI controller on
          OMAP3 and later chips.
 
+config USB_OHCI_HCD_DAVINCI
+       bool "OHCI support for TI DaVinci DA8xx"
+       depends on ARCH_DAVINCI_DA8XX
+       depends on USB_OHCI_HCD=y
+       default y
+       help
+         Enables support for the DaVinci DA8xx integrated OHCI
+         controller. This driver cannot currently be a loadable
+         module because it lacks a proper PHY abstraction.
+
 config USB_OHCI_ATH79
        bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
        depends on (SOC_AR71XX || SOC_AR724X)