at91: add CONFIG_USB_OHCI_HCD_AT91 to usb-ohci
authorFlorian Fainelli <florian@openwrt.org>
Wed, 3 Sep 2014 03:09:24 +0000 (03:09 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 3 Sep 2014 03:09:24 +0000 (03:09 +0000)
The at91 OHCI driver has a separate Kconfig symbol with newer kernels,
include it.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42411

package/kernel/linux/modules/usb.mk

index d47c74623bf349275b5984bfe902c806e134e2fb..4c7af6fd14a949c574e086c7dfb6363f281788af 100644 (file)
@@ -326,6 +326,7 @@ define KernelPackage/usb-ohci
        CONFIG_USB_OHCI \
        CONFIG_USB_OHCI_HCD \
        CONFIG_USB_OHCI_ATH79=y \
+       CONFIG_USB_OHCI_HCD_AT91=y \
        CONFIG_USB_OHCI_BCM63XX=y \
        CONFIG_USB_OCTEON_OHCI=y \
        CONFIG_USB_OHCI_HCD_OMAP3=y \