From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934476AbaE3R2T (ORCPT ); Fri, 30 May 2014 13:28:19 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:37010 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933195AbaE3R2R (ORCPT ); Fri, 30 May 2014 13:28:17 -0400 Message-ID: <5388BFAF.1050204@codeaurora.org> Date: Fri, 30 May 2014 10:28:15 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Kumar Gala CC: David Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] ARM: qcom: Enable GSBI driver in defconfig References: <1401380804-16108-1-git-send-email-galak@codeaurora.org> In-Reply-To: <1401380804-16108-1-git-send-email-galak@codeaurora.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/29/14 09:26, Kumar Gala wrote: > Signed-off-by: Kumar Gala > --- > 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 bfed753..42ebd72 100644 > --- a/arch/arm/configs/qcom_defconfig > +++ b/arch/arm/configs/qcom_defconfig > @@ -131,6 +131,7 @@ CONFIG_RTC_CLASS=y > CONFIG_DMADEVICES=y > CONFIG_QCOM_BAM_DMA=y > CONFIG_STAGING=y > +CONFIG_QCOM_GSBI=y > CONFIG_COMMON_CLK_QCOM=y > CONFIG_MSM_GCC_8660=y > CONFIG_MSM_MMCC_8960=y It would be good to do this in the multi-platform defconfig as well. Otherwise users of that defconfig (i.e. khilman's boot tester) will start failing to boot once the DT changes land. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation