3c1f6e358d
Patches are generated using the "format-patch" command from the following location: *https://www.codeaurora.org/cgit/quic/kernel/galak-msm/log/?h=apq_ipq_base *rev=0771849495b4128cac2faf7d49c85c729fc48b20 Patches numbered 76/77/102/103 have already been integrated in 3.14.12, so they're not in this list. All these patches are either integrated are pending integration into kernel.org, therefore these patches should go away once the kernel gets upgraded to 3.16. Support is currently limited to AP148 board but can be extended to other platforms in the future. These changes do not cover ethernet connectivity. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 42334
43 lines
1.1 KiB
Diff
43 lines
1.1 KiB
Diff
From 8e69ee9a592f363476f18e91f57d871662e9a393 Mon Sep 17 00:00:00 2001
|
|
From: Andy Gross <agross@codeaurora.org>
|
|
Date: Mon, 16 Jun 2014 16:37:22 -0500
|
|
Subject: [PATCH 160/182] ARM: qcom: config: Add TCSR and USB3 options
|
|
|
|
Enable TCSR and USB3 options.
|
|
|
|
Signed-off-by: Andy Gross <agross@codeaurora.org>
|
|
---
|
|
arch/arm/configs/qcom_defconfig | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
|
|
index e3f9013..3d55d79 100644
|
|
--- a/arch/arm/configs/qcom_defconfig
|
|
+++ b/arch/arm/configs/qcom_defconfig
|
|
@@ -122,9 +122,14 @@ CONFIG_HID_BATTERY_STRENGTH=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
|
CONFIG_USB_MON=y
|
|
+CONFIG_USB_XHCI_HCD=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_ACM=y
|
|
+CONFIG_USB_STORAGE=y
|
|
+CONFIG_USB_DWC3=y
|
|
+CONFIG_USB_DWC3_HOST=y
|
|
CONFIG_USB_SERIAL=y
|
|
+CONFIG_USB_QCOM_DWC3_PHY=y
|
|
CONFIG_USB_GADGET=y
|
|
CONFIG_USB_GADGET_DEBUG_FILES=y
|
|
CONFIG_USB_GADGET_VBUS_DRAW=500
|
|
@@ -138,6 +143,7 @@ CONFIG_DMADEVICES=y
|
|
CONFIG_QCOM_BAM_DMA=y
|
|
CONFIG_STAGING=y
|
|
CONFIG_QCOM_GSBI=y
|
|
+CONFIG_QCOM_TCSR=y
|
|
CONFIG_COMMON_CLK_QCOM=y
|
|
CONFIG_IPQ_GCC_806X=y
|
|
CONFIG_MSM_GCC_8660=y
|
|
--
|
|
1.7.10.4
|
|
|