From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56576C43603 for ; Fri, 20 Dec 2019 18:01:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1F13F2072B for ; Fri, 20 Dec 2019 18:01:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Uzk53LmO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F13F2072B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ubXLBEtqNu2eh7GPaGsTaxsxw8cl73lhRnSfcgzfb64=; b=Uzk53LmOyeqY6g EmLyIKaD6Wx04GCQt7usZZ++PePb5aKNPGQ1LV6I5JDL5O219jafvHXHqsW8M5l9562opcMUBaQx2 d2n8WP3ZMMyZCHWnKo4sz/KucycI3v/OybAMK76mORohg8GYGfCjvIhPRYMMGv09j5PbIlQlGBqgA a+nY+80N+eNSxC1gGhvX3dCuuMUe6+D6PDMmQg8XvfqHwacwlZdeC+1E+n/iVpfTprM0BKBkWJJIY MDpEZIP6GZ6a+PAKNfaOMzUZDa9hbxiyGUWAfXeC/BYo0By76IVtOuS/vwKkGA6/gfcc31jB+BzIf KdY3v1a3b5aHP6upRjbg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iiMau-00025k-Nr; Fri, 20 Dec 2019 18:01:44 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iiMar-00025R-8S for linux-arm-kernel@lists.infradead.org; Fri, 20 Dec 2019 18:01:42 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 124921FB; Fri, 20 Dec 2019 10:01:40 -0800 (PST) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.197.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 620DA3F67D; Fri, 20 Dec 2019 10:01:39 -0800 (PST) Date: Fri, 20 Dec 2019 18:01:37 +0000 From: Catalin Marinas To: Loic Poulain Subject: Re: [PATCH] arm64: Add qcom Kconfig fragment Message-ID: <20191220180137.GF16428@arrakis.emea.arm.com> References: <1576850160-1564-1-git-send-email-loic.poulain@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1576850160-1564-1-git-send-email-loic.poulain@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191220_100141_343307_8B7B3289 X-CRM114-Status: GOOD ( 10.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm@vger.kernel.org, will@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Dec 20, 2019 at 02:56:00PM +0100, Loic Poulain wrote: > Add qcom Kconfig fragment which enables the appropriate symbols for > support of Qualcomm based boards, like the 'popular' dragonboards. > This permits to fully support the boards upstream without having to > rely on downstream deconfig changes. > > This patch has been tested with Dragonboard-410c and Dragonboard-820c. > > qcom.config fragment has been generated with ./script/diffconfig > > Signed-off-by: Loic Poulain Please add these to defconfig (and make sure they don't break the single kernel image). NAK for this patch. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel