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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A60FBECAAA1 for ; Mon, 12 Sep 2022 10:50:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=rczqpzFUlXJy/ox8bD1UY5wMQNvforDec0vCQoXNUsk=; b=dzp3HCTywF8o2I BOsHrSUjlHrVk7IySmg6M+LsLpnjp4f18KHQJc4CWgntbJ6qE64hDsnV8yirTijH5ZZfGgULfx9A0 zWFi798ouxcxv21Hkoay6S4sLHnfH2YRQIVS1JrpPWwRIDhdUp6Hs+82lSK5DCVDZVa0VMgz0XBmf xLkNop34T6CT9I9jTViBVPPjWuz/UXJ6CHWPPGPPQHGGq1CPm9NYIo+50rY9hESe3hUB+ofswunfm XaIbTobkX8WAU4jkehHtKo9BNNWUk3GqVimC6/vMOPjXdJfPCsupTLTalCe22D8LZR1+FA4AOEKBP x+o4MxK4cAlzNpQ1SJVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXghz-008lJV-D1; Mon, 12 Sep 2022 10:30:31 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXgW0-008fsm-Hj for linux-arm-kernel@lists.infradead.org; Mon, 12 Sep 2022 10:18:16 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BCEB0B80CBC; Mon, 12 Sep 2022 10:18:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3B32C433C1; Mon, 12 Sep 2022 10:18:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662977885; bh=iqmiT97K74i/uK+dEhH6wx1JLJEwqi7bJwNDEH97cYY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gIOFRnveklHNi6XvVb3qGyM8/5j08ZbFhzZKM/KeXRMyd/Eopr42IbT0W0Gj82zCO xbg8xfxXNeHOVSCCD7iaE9SN/xRfn7oxWHzTgAL+sjgvkCZeQlWrM78ELMz8KMVQke /NQNxaxRMoDkjUq534wm3ELhPueAeQm3asGpNGFRkgvgQ9Lj8WPhH8fI7NGEvpLKUg 4FJyNDOb+klD+oFpH0UOLTcfm6mXG6YFF4ojQMgxPzHoGnNI9bvFsXtMNHeJObLDvK +3Zxs01sPGaqOppYPWsmfBE3uM+KMzCoX0LIRtgMjhiAVgXa1PRDWmry+1y+sIn4kQ TH+WQqSPuVo+Q== Date: Mon, 12 Sep 2022 18:17:59 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: s.hauer@pengutronix.de, catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com, Peng Fan Subject: Re: [PATCH] arm64: defconfig: select ARCH_NXP Message-ID: <20220912101759.GB1728671@dragon> References: <20220908003914.2062126-1-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220908003914.2062126-1-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220912_031810_086711_7E39F940 X-CRM114-Status: GOOD ( 16.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 08, 2022 at 08:39:14AM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms > together") groups NXP platforms with ARCH_NXP, which cause the default > build not support i.MX with arm64 defconfig, so default enable ARCH_NXP > to resolve the issue. > > Signed-off-by: Peng Fan Thanks for the patch, Peng! But I have queued a patch [1] from Michael. Shawn [1] https://lore.kernel.org/linux-arm-kernel/20220907070626.2933998-1-michael@walle.cc/T/ > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 91e58cf59c99..07b9185f5937 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -47,6 +47,7 @@ CONFIG_ARCH_KEEMBAY=y > CONFIG_ARCH_MEDIATEK=y > CONFIG_ARCH_MESON=y > CONFIG_ARCH_MVEBU=y > +CONFIG_ARCH_NXP=y > CONFIG_ARCH_MXC=y > CONFIG_ARCH_NPCM=y > CONFIG_ARCH_QCOM=y > -- > 2.37.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel