[kernel] r21969 - in dists/sid/linux/debian: . config/arm64

Ian James Campbell ijc at moszumanska.debian.org
Wed Oct 22 21:29:40 UTC 2014


Author: ijc
Date: Wed Oct 22 21:29:40 2014
New Revision: 21969

Log:
[arm64] Enable EHCI and OHCI platform USB HCD drivers.

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/arm64/config

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Wed Oct 22 21:29:36 2014	(r21968)
+++ dists/sid/linux/debian/changelog	Wed Oct 22 21:29:40 2014	(r21969)
@@ -21,6 +21,7 @@
   * [armhf] Backport device tree file for Olimex A20-OLinuXino-LIME. (Closes: #764967)
   * [armhf] Enable various drivers for the Nokia N900. Patch from Sebastian
     Reichel. (Closes: #766070)
+  * [arm64] Enable EHCI and OHCI platform USB HCD drivers.
 
   [ Uwe Kleine-Koenig ]
   * [armhf] enable PCI and NAND driver for Armada 370

Modified: dists/sid/linux/debian/config/arm64/config
==============================================================================
--- dists/sid/linux/debian/config/arm64/config	Wed Oct 22 21:29:36 2014	(r21968)
+++ dists/sid/linux/debian/config/arm64/config	Wed Oct 22 21:29:40 2014	(r21969)
@@ -114,6 +114,14 @@
 # CONFIG_SERIAL_8250_EM is not set
 
 ##
+## file: drivers/usb/host/Kconfig
+##
+CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_EHCI_HCD_PLATFORM=m
+CONFIG_USB_OHCI_HCD=m
+CONFIG_USB_OHCI_HCD_PLATFORM=m
+
+##
 ## file: drivers/virtio/Kconfig
 ##
 CONFIG_VIRTIO_MMIO=m



More information about the Kernel-svn-changes mailing list