Update of /cvsroot/gc-linux/linux/drivers/usb
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32669/drivers/usb
Modified Files:
Kconfig Makefile
Log Message:
Forward to v2.6.31.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/usb/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile 25 Oct 2009 18:53:45 -0000 1.8
--- Makefile 25 Oct 2009 18:56:56 -0000 1.9
***************
*** 15,18 ****
--- 15,19 ----
obj-$(CONFIG_USB_UHCI_HCD) += host/
obj-$(CONFIG_USB_FHCI_HCD) += host/
+ obj-$(CONFIG_USB_XHCI_HCD) += host/
obj-$(CONFIG_USB_SL811_HCD) += host/
obj-$(CONFIG_USB_U132_HCD) += host/
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/usb/Kconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Kconfig 25 Oct 2009 18:53:45 -0000 1.9
--- Kconfig 25 Oct 2009 18:56:56 -0000 1.10
***************
*** 23,26 ****
--- 23,27 ----
default y if ARM # SL-811
default y if SUPERH # r8a66597-hcd
+ default y if MICROBLAZE
default PCI
***************
*** 64,67 ****
--- 65,69 ----
tristate "Support for Host-side USB"
depends on USB_ARCH_HAS_HCD
+ select NLS # for UTF-8 strings
---help---
Universal Serial Bus (USB) is a specification for a serial bus
|