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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFA40C433F5 for ; Fri, 12 Nov 2021 16:15:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C392360E73 for ; Fri, 12 Nov 2021 16:15:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235409AbhKLQSX (ORCPT ); Fri, 12 Nov 2021 11:18:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:48470 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233776AbhKLQSU (ORCPT ); Fri, 12 Nov 2021 11:18:20 -0500 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 811A760FBF; Fri, 12 Nov 2021 16:15:27 +0000 (UTC) Date: Fri, 12 Nov 2021 16:20:13 +0000 From: Jonathan Cameron To: Fabio Estevam Cc: Lukas Bulwahn , Lars-Peter Clausen , Cai Huoqing , linux-iio@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel Subject: Re: [PATCH] iio: imx8qxp-adc: fix dependency to the intended ARCH_MXC config Message-ID: <20211112162013.01f4f171@jic23-huawei> In-Reply-To: References: <20211111083954.6286-1-lukas.bulwahn@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 Nov 2021 07:31:25 -0300 Fabio Estevam wrote: > Hi Lukas, > > On Thu, Nov 11, 2021 at 5:40 AM Lukas Bulwahn wrote: > > > > Commit 1e23dcaa1a9f ("iio: imx8qxp-adc: Add driver support for NXP IMX8QXP > > ADC") adds the config IMX8QXP_ADC for this new driver, which depends on > > the non-existing config ARCH_MXC_ARM64. > > > > Hence, ./scripts/checkkconfigsymbols.py warns: > > > > ARCH_MXC_ARM64 > > Referencing files: drivers/iio/adc/Kconfig > > > > Probably, the existing config ARCH_MXC is intended to be referred here. > > So, repair the dependency to refer to that config. > > > > Fixes: 1e23dcaa1a9f ("iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC") > > Signed-off-by: Lukas Bulwahn > > This looks good. > > The incorrect ARCH_MXC_ARM64 symbol probably came when porting the > driver from the NXP downstream kernel: > > Reviewed-by: Fabio Estevam Applied to the fixes-togreg branch of iio.git Thanks, Jonathan