add missing symbols
SVN-Revision: 14721
This commit is contained in:
parent
0347db26f5
commit
1b922ab410
2 changed files with 3 additions and 1 deletions
|
@ -138,7 +138,8 @@ $(eval $(call KernelPackage,usb-adm5120))
|
||||||
define KernelPackage/usb2
|
define KernelPackage/usb2
|
||||||
$(call usbdep,)
|
$(call usbdep,)
|
||||||
TITLE:=Support for USB2 controllers
|
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)
|
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd)
|
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd)
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -1658,6 +1658,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
|
||||||
# CONFIG_USB_POWERMATE is not set
|
# CONFIG_USB_POWERMATE is not set
|
||||||
# CONFIG_USB_PRINTER is not set
|
# CONFIG_USB_PRINTER is not set
|
||||||
# CONFIG_USB_QUICKCAM_MESSENGER 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_RIO500 is not set
|
||||||
# CONFIG_USB_RTL8150 is not set
|
# CONFIG_USB_RTL8150 is not set
|
||||||
# CONFIG_USB_SE401 is not set
|
# CONFIG_USB_SE401 is not set
|
||||||
|
|
Loading…
Reference in a new issue