mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
[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
This commit is contained in:
parent
866f2463e9
commit
44afd30337
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user