[linux] 01/05: [armhf, arm64] Enable PHY_TEGRA_XUSB and USB_XHCI_TEGRA
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sat Jun 11 07:35:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
tbm pushed a commit to branch master
in repository linux.
commit 25e663afc56babbdfe52653d8ab9025205273f00
Author: Martin Michlmayr <tbm at cyrius.com>
Date: Sat Jun 11 00:20:18 2016 -0700
[armhf, arm64] Enable PHY_TEGRA_XUSB and USB_XHCI_TEGRA
---
debian/changelog | 3 +++
debian/config/arm64/config | 6 ++++++
debian/config/armhf/config | 6 ++++++
3 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index aab6079..5a08778 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ linux (4.7~rc2-1~exp1) UNRELEASED; urgency=medium
* [rt] Disable until it is updated for 4.7 or later
* cpupower: Bump soname version and rename library package accordingly
+ [ Martin Michlmayr ]
+ * [armhf, arm64] Enable PHY_TEGRA_XUSB and USB_XHCI_TEGRA.
+
-- Ben Hutchings <ben at decadent.org.uk> Tue, 07 Jun 2016 19:37:55 +0100
linux (4.6.1-1) unstable; urgency=medium
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 5f30a22..7311dcb 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -287,6 +287,11 @@ CONFIG_PHY_QCOM_IPQ806X_SATA=m
CONFIG_PHY_XGENE=m
##
+## file: drivers/phy/tegra/Kconfig
+##
+CONFIG_PHY_TEGRA_XUSB=m
+
+##
## file: drivers/pinctrl/qcom/Kconfig
##
CONFIG_PINCTRL_MSM8916=y
@@ -397,6 +402,7 @@ CONFIG_USB_GADGET=m
#. xhci-platform apparently does not build as module, so xhci_hcd can't be either
CONFIG_USB_XHCI_HCD=m
CONFIG_USB_XHCI_PLATFORM=m
+CONFIG_USB_XHCI_TEGRA=m
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_MSM=m
CONFIG_USB_EHCI_TEGRA=m
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index bcfc316..39d2da7 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -816,6 +816,11 @@ CONFIG_PHY_EXYNOS5_USBDRD=m
CONFIG_PHY_ROCKCHIP_USB=m
##
+## file: drivers/phy/tegra/Kconfig
+##
+CONFIG_PHY_TEGRA_XUSB=m
+
+##
## file: drivers/pinctrl/Kconfig
##
CONFIG_PINCTRL_AS3722=y
@@ -1058,6 +1063,7 @@ CONFIG_USB_G_NOKIA=m
##
## file: drivers/usb/host/Kconfig
##
+CONFIG_USB_XHCI_TEGRA=m
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_MXC=m
CONFIG_USB_EHCI_HCD_OMAP=y
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list