From patchwork Thu Jun 15 06:15:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bhushan Shah X-Patchwork-Id: 9788113 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 15A1A60348 for ; Thu, 15 Jun 2017 06:16:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0093828552 for ; Thu, 15 Jun 2017 06:16:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E5B8D2865E; Thu, 15 Jun 2017 06:16:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0C41228552 for ; Thu, 15 Jun 2017 06:16:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750784AbdFOGQn (ORCPT ); Thu, 15 Jun 2017 02:16:43 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34655 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750774AbdFOGQn (ORCPT ); Thu, 15 Jun 2017 02:16:43 -0400 Received: by mail-pf0-f195.google.com with SMTP id d5so764788pfe.1 for ; Wed, 14 Jun 2017 23:16:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=XXz+RnfCE/53DTMuzA6gMQ+2t9kHEtPTHFdR+LBxwls=; b=esy/Gb3xrT/Mwa31004mJNRwtFZpFDjMrbmYXsH95mKW/KJulVbfn19jCreILug1ui vuBkLflH/oK81s20aTQLsfdrNv6C5eSjTgxvi83l/QHaGnsF+/qpSipMr8oOqVa/G7HV D5CLCNbrLM/DVrlLcb/M+xnM77Dos/q9G0EzjjJeFPqdZcaHFQZoVdLaLbXRSXYp1slb FCgwGhCbTKrLE601pbVY8WHZccMWWUg6wizygaDaIQuB73KlkJiTNgN+YHnaPsap1Dum dqH+HYgb/a+8D9shm030F0OETKK8ZoABHayiasJI1/tdu3dztGPjaaB06/OHFjlPrvAo 3O3g== X-Gm-Message-State: AKS2vOzm+IrcptpvmnLEuXyq2vbZvUvH+w6B1om/M1CK1INegrAwtSXX 2UX+z676L2+6uw== X-Received: by 10.101.85.14 with SMTP id f14mr3644234pgr.112.1497507402241; Wed, 14 Jun 2017 23:16:42 -0700 (PDT) Received: from localhost.localdomain ([123.201.155.136]) by smtp.gmail.com with ESMTPSA id p76sm3590957pfl.24.2017.06.14.23.16.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Jun 2017 23:16:41 -0700 (PDT) From: Bhushan Shah To: Bjorn Andersson , Russell King , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org Cc: Bhushan Shah Subject: [PATCH] ARM: qcom_defconfig: enable RPMSG_QCOM_SMD Date: Thu, 15 Jun 2017 11:45:21 +0530 Message-Id: <20170615061521.21292-1-bshah@kde.org> X-Mailer: git-send-email 2.13.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As of commit 5052de8deff56, QCOM_SMD_RPM and various other config options enabled in the qcom_defconfig depends on the RPMSG. If QCOM_SMD_RPM config option is not selected it disables the REGULATOR_QCOM_SMD_RPM and other essential config options. Signed-off-by: Bhushan Shah Acked-by: Bjorn Andersson --- I believe this patch should be included in the current rc version as well otherwise boards that depend on pm8941 are not functional (for example msm8974-hamerhead had emmc not working). arch/arm/configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 07666a7a9de5..65356a3a9253 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -173,6 +173,7 @@ CONFIG_LEDS_GPIO=y CONFIG_LEDS_PM8058=y CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_RPMSG_QCOM_SMD=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_PM8XXX=y CONFIG_DMADEVICES=y