[linux] 01/02: [arm64] remoteproc: Disable QCOM_WCNSS_PIL (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 5 07:03:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 251382a1428e89b3c0cd9b77bd15fbba693f9838
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Dec 5 01:20:23 2016 +0000

    [arm64] remoteproc: Disable QCOM_WCNSS_PIL (fixes FTBFS)
---
 debian/changelog           | 1 +
 debian/config/arm64/config | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 143c5dd..3f76f72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ linux (4.9~rc8-1~exp1) UNRELEASED; urgency=medium
   * debian/control: Fix build-dependency on flex to work with new versions
     that have M-A: allowed
   * Revert "default exported asm symbols to zero"
+  * [arm64] remoteproc: Disable QCOM_WCNSS_PIL (fixes FTBFS)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 03 Dec 2016 02:54:32 +0000
 
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 87ca685..5942a79 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -534,7 +534,8 @@ CONFIG_REGULATOR_QCOM_SPMI=m
 ## file: drivers/remoteproc/Kconfig
 ##
 CONFIG_QCOM_Q6V5_PIL=m
-CONFIG_QCOM_WCNSS_PIL=m
+#. We want to enable this but it currently results in a dependency loop!
+# CONFIG_QCOM_WCNSS_PIL is not set
 
 ##
 ## file: drivers/reset/Kconfig

-- 
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