[linux] 02/05: Enable more QCOM options
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Fri Mar 11 04:01:59 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 c92e7098074d763ae6129666bfa84e0defc4737b
Author: Martin Michlmayr <tbm at cyrius.com>
Date: Thu Mar 10 19:11:28 2016 -0800
Enable more QCOM options
The CLK and PINCTRL configs are required to the kernel will boot on a
DragonBoard 410c.
The other changes enable MMC and USB on QCOM.
Closes: #815627
---
debian/changelog | 1 +
debian/config/arm64/config | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ec3d638..b92e55c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux (4.5~rc7-1~exp2) UNRELEASED; urgency=medium
[ Martin Michlmayr ]
* [arm64] Enable LEDS_GPIO.
+ * [arm64] Enable more QCOM options. (Closes: #815627)
linux (4.5~rc7-1~exp1) experimental; urgency=medium
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index ff3fa8f..e03ea81 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -46,6 +46,12 @@ CONFIG_HW_RANDOM_MSM=m
CONFIG_COMMON_CLK_XGENE=y
##
+## file: drivers/clk/qcom/Kconfig
+##
+CONFIG_COMMON_CLK_QCOM=y
+CONFIG_MSM_GCC_8916=y
+
+##
## file: drivers/cpuidle/Kconfig.arm
##
CONFIG_ARM_CPUIDLE=y
@@ -126,6 +132,8 @@ CONFIG_MMC=y
##
CONFIG_MMC_ARMMMCI=m
CONFIG_MMC_QCOM_DML=m
+CONFIG_MMC_SDHCI_PLTFM=m
+CONFIG_MMC_SDHCI_MSM=m
CONFIG_MMC_SPI=m
##
@@ -243,6 +251,12 @@ CONFIG_PHY_QCOM_IPQ806X_SATA=m
CONFIG_PHY_XGENE=m
##
+## file: drivers/pinctrl/qcom/Kconfig
+##
+CONFIG_PINCTRL_MSM8916=y
+CONFIG_PINCTRL_QCOM_SSBI_PMIC=m
+
+##
## file: drivers/power/reset/Kconfig
##
CONFIG_POWER_RESET_MSM=y
@@ -324,6 +338,7 @@ CONFIG_USB_GADGET=m
CONFIG_USB_XHCI_HCD=m
CONFIG_USB_XHCI_PLATFORM=m
CONFIG_USB_EHCI_HCD=m
+CONFIG_USB_EHCI_MSM=m
CONFIG_USB_EHCI_HCD_PLATFORM=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_HCD_PLATFORM=m
--
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