From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH] ARM: qcom_defconfig: enable RPMSG_QCOM_SMD Date: Tue, 20 Jun 2017 22:03:36 -0700 Message-ID: <20170621050335.GI17640@tuxbook> References: <20170615061521.21292-1-bshah@kde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f175.google.com ([209.85.192.175]:35904 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbdFUFDl (ORCPT ); Wed, 21 Jun 2017 01:03:41 -0400 Received: by mail-pf0-f175.google.com with SMTP id x63so79711594pff.3 for ; Tue, 20 Jun 2017 22:03:41 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170615061521.21292-1-bshah@kde.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Bhushan Shah , arm@kernel.org Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org + arm@kernel.org On Wed 14 Jun 23:15 PDT 2017, Bhushan Shah wrote: > 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 Regards, Bjorn > --- > 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 > -- > 2.13.0 >