From patchwork Wed Oct 10 15:51:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 981965 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42VdrL0WrZz9sDF; Thu, 11 Oct 2018 02:51:45 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1gAGlu-0007jj-6o; Wed, 10 Oct 2018 15:51:38 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1gAGlq-0007hD-Ss for kernel-team@lists.ubuntu.com; Wed, 10 Oct 2018 15:51:34 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1gAGlq-0006Qf-Gp for kernel-team@lists.ubuntu.com; Wed, 10 Oct 2018 15:51:34 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/5] UBUNTU: [Config] arm64: snapdragon: disable ARM_SDE_INTERFACE Date: Wed, 10 Oct 2018 17:51:30 +0200 Message-Id: <1539186692-28644-4-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1539186692-28644-1-git-send-email-paolo.pisati@canonical.com> References: <1539186692-28644-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1797154 Signed-off-by: Paolo Pisati --- debian.master/config/arm64/config.flavour.generic | 1 + debian.master/config/arm64/config.flavour.snapdragon | 1 + debian.master/config/config.common.ubuntu | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian.master/config/arm64/config.flavour.generic b/debian.master/config/arm64/config.flavour.generic index 0d4102cbae05..c8a4b2cd8687 100644 --- a/debian.master/config/arm64/config.flavour.generic +++ b/debian.master/config/arm64/config.flavour.generic @@ -2,6 +2,7 @@ # Config options for config.flavour.generic automatically generated by splitconfig.pl # # CONFIG_ADV7511_SNAPDRAGON_HACKS is not set +CONFIG_ARM_SDE_INTERFACE=y CONFIG_CEC_CORE=m CONFIG_COMMON_CLK_QCOM=m CONFIG_DRM=m diff --git a/debian.master/config/arm64/config.flavour.snapdragon b/debian.master/config/arm64/config.flavour.snapdragon index f4a2218b27c9..7275dbd5d4ef 100644 --- a/debian.master/config/arm64/config.flavour.snapdragon +++ b/debian.master/config/arm64/config.flavour.snapdragon @@ -2,6 +2,7 @@ # Config options for config.flavour.snapdragon automatically generated by splitconfig.pl # CONFIG_ADV7511_SNAPDRAGON_HACKS=y +# CONFIG_ARM_SDE_INTERFACE is not set CONFIG_CEC_CORE=y CONFIG_COMMON_CLK_QCOM=y CONFIG_DRM=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 2ed5752065b1..18e929c41635 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -676,7 +676,6 @@ CONFIG_ARM_SCMI_PROTOCOL=y CONFIG_ARM_SCPI_CPUFREQ=m CONFIG_ARM_SCPI_POWER_DOMAIN=m CONFIG_ARM_SCPI_PROTOCOL=m -CONFIG_ARM_SDE_INTERFACE=y CONFIG_ARM_SMMU_V3=y CONFIG_ARM_SP805_WATCHDOG=m CONFIG_ARM_SPE_PMU=m