From 251382a1428e89b3c0cd9b77bd15fbba693f9838 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 5 Dec 2016 01:20:23 +0000 Subject: [PATCH] [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 143c5dde9..3f76f72a7 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 Sat, 03 Dec 2016 02:54:32 +0000 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 87ca6857b..5942a79f0 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