diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-07 11:01:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-07 11:01:53 +0000 |
commit | bfd69b4134093228f0b49bc6c2a1bb2eafd9c044 (patch) | |
tree | 1b384d5e3fa0bb3f3d3aaf8b5cffd21dbe5b1668 /target/linux/adm5120 | |
parent | 387fdc15a78a334330ecb7b4aeb71d450febe497 (diff) | |
download | master-187ad058-bfd69b4134093228f0b49bc6c2a1bb2eafd9c044.tar.gz master-187ad058-bfd69b4134093228f0b49bc6c2a1bb2eafd9c044.tar.bz2 master-187ad058-bfd69b4134093228f0b49bc6c2a1bb2eafd9c044.zip |
kernel: add missing USB configuration symbols after r34501
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34568 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120')
-rw-r--r-- | target/linux/adm5120/config-3.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/adm5120/config-3.3 b/target/linux/adm5120/config-3.3 index 156d384401..a136a9cd34 100644 --- a/target/linux/adm5120/config-3.3 +++ b/target/linux/adm5120/config-3.3 @@ -183,9 +183,11 @@ CONFIG_USB_ADM5120_HCD=m CONFIG_USB_ARCH_HAS_XHCI=y CONFIG_USB_COMMON=m CONFIG_USB_EHCI_HCD=m +# CONFIG_USB_EHCI_HCD_PLATFORM is not set # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_HCD=m +# CONFIG_USB_OHCI_HCD_PLATFORM is not set CONFIG_USB_SUPPORT=y # CONFIG_USB_UHCI_HCD is not set CONFIG_ZONE_DMA_FLAG=0 |