mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 06:26:14 +02:00
[kernel] add missing symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14721 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0c0188b1a3
commit
761e71045c
@ -138,7 +138,8 @@ $(eval $(call KernelPackage,usb-adm5120))
|
||||
define KernelPackage/usb2
|
||||
$(call usbdep,)
|
||||
TITLE:=Support for USB2 controllers
|
||||
KCONFIG:=CONFIG_USB_EHCI_HCD
|
||||
KCONFIG:=CONFIG_USB_EHCI_HCD \
|
||||
CONFIG_USB_EHCI_HCD_SSB=y
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd)
|
||||
endef
|
||||
|
@ -1658,6 +1658,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
|
||||
# CONFIG_USB_POWERMATE is not set
|
||||
# CONFIG_USB_PRINTER is not set
|
||||
# CONFIG_USB_QUICKCAM_MESSENGER is not set
|
||||
# CONFIG_USB_R8A66597_HCD is not set
|
||||
# CONFIG_USB_RIO500 is not set
|
||||
# CONFIG_USB_RTL8150 is not set
|
||||
# CONFIG_USB_SE401 is not set
|
||||
|
Loading…
Reference in New Issue
Block a user