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

svn path=/dists/sid/linux/; revision=21969
This commit is contained in:
Ian Campbell 2014-10-22 21:29:40 +00:00
parent 675118c802
commit 6918ff87ca
2 changed files with 9 additions and 0 deletions

1
debian/changelog vendored
View File

@ -21,6 +21,7 @@ linux (3.16.5-2) UNRELEASED; urgency=medium
* [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

View File

@ -113,6 +113,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_DW=y
# 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
##