diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-06 22:40:54 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-06 22:40:54 +0000 |
commit | 44afd3033709b6f4867abab350a18cc56fe8e336 (patch) | |
tree | 2a93a3c54f2b0567878c665789acaee51c10024d /target | |
parent | 866f2463e912cbef3185ff0dc3a66301235fa4d8 (diff) |
[adm8668] enable and advertise USB support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34562 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/adm8668/Makefile | 2 | ||||
-rw-r--r-- | target/linux/adm8668/config-3.3 | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/adm8668/Makefile b/target/linux/adm8668/Makefile index 8ad2e71ea..4e49332b6 100644 --- a/target/linux/adm8668/Makefile +++ b/target/linux/adm8668/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=adm8668 BOARDNAME:=Infineon WildPass ADM8668 -FEATURES:=squashfs +FEATURES:=squashfs usb pci MAINTAINER:=Florian Fainelli <florian@openwrt.org> LINUX_VERSION:=3.3.8 diff --git a/target/linux/adm8668/config-3.3 b/target/linux/adm8668/config-3.3 index b365db19a..169245d1c 100644 --- a/target/linux/adm8668/config-3.3 +++ b/target/linux/adm8668/config-3.3 @@ -94,5 +94,9 @@ CONFIG_TULIP_NAPI=y # CONFIG_TULIP_PCI is not set CONFIG_TULIP_PLATFORM=y # CONFIG_ULI526X is not set +CONFIG_USB_ARCH_HAS_XHCI=y +# CONFIG_USB_HCD_BCMA is not set +# CONFIG_USB_HCD_SSB is not set +CONFIG_USB_SUPPORT=y # CONFIG_WINBOND_840 is not set CONFIG_ZONE_DMA_FLAG=0 |