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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 595A2C54EE9 for ; Thu, 8 Sep 2022 08:08:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231156AbiIHIIJ (ORCPT ); Thu, 8 Sep 2022 04:08:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230261AbiIHIIF (ORCPT ); Thu, 8 Sep 2022 04:08:05 -0400 Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69400D5715 for ; Thu, 8 Sep 2022 01:08:04 -0700 (PDT) Received: by mail-ed1-x52b.google.com with SMTP id m1so23128222edb.7 for ; Thu, 08 Sep 2022 01:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=Nq9RAyCd6+UtoScLi4edEFTTQvVwwjyxgLR4cQ7UbNc=; b=mIIfVBA/JQuwCJELj4JzJRsG1Nw36IQFzlxGR4+ZLnLTRhTTbu2emubIjb06Hq8INC 9mGZCeW2hN4ds1t+hQThqVmjf43Y1c7Tm24LgR+rF8PnWcIV1yKAnzseGNwjnyhQiqZz ndIv+tginQ5jLxsGod+2wOPy9bo0iEUJlrq1GQh/w71ldGT5b7t0NogpGPAFq8EtLp0A 0+8FsoxMBadiTRC5jWNiWZlhdyddr0QiyuDU43CXwfL2tQwBDjo5jK3bcKOIYOvNdurF TY5U4WPtlnhiq8gnj8i3eDSmJTUGhO7+pjjFloiZlOx0FI7ztBQyx7ZdPQFcZmHGu41a Gcuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=Nq9RAyCd6+UtoScLi4edEFTTQvVwwjyxgLR4cQ7UbNc=; b=07CZM+qKv/DeK/2nUTJAv1nRzlGh7zpJmK3zWdeorPGv5E3BZ0Ea4a7wzscGpKnR2e 5bPGIEBEi1M+Uv8O3FCSD9EDplmRNFxaLaCjhyFw5KdZz3cFuVpZo2DBxcfAgvizdAy3 TGbXQTeJ1tRNaYCmrSTi+3W/YSMtwxLXt9fVs8xxZay+tZCVGz+O3Qnc9nXIwV0BvEsD RGCIfyfVjo6+JMt89DMVv/g4oQK/ZXV3QT1HX1NFdcSFCDGdi8eWMrNT3jNoWWFQmTC/ 5lX3NDWXrVg6ZdNXpLKghUWY20VBP3oWj9CMvPikZAw7R8l4MxWNx+XrHysqSHORLY4G l+xQ== X-Gm-Message-State: ACgBeo2rgCR9Pm1lQGi11XUfUTjAcL03+tO2IIcvvmMsBL0y5jyC++RV WBImXQP/o0ZorPcBAeR1TPvcbL//bRYi6ln3+FvMGA== X-Google-Smtp-Source: AA6agR7WTvRCDBW0IkNbfuJTlUWJzlM8WNW+y0nsrxsuPLVIdRZKU8mefAPyOa+Yl+h+JXoBRJZaScOatogm9UaU46Q= X-Received: by 2002:a05:6402:51d1:b0:448:bed1:269c with SMTP id r17-20020a05640251d100b00448bed1269cmr6151724edd.205.1662624483003; Thu, 08 Sep 2022 01:08:03 -0700 (PDT) MIME-Version: 1.0 References: <20220905224408.346425-1-francesco.dolcini@toradex.com> In-Reply-To: <20220905224408.346425-1-francesco.dolcini@toradex.com> From: Linus Walleij Date: Thu, 8 Sep 2022 10:07:52 +0200 Message-ID: Subject: Re: [PATCH] pinctrl: imx8m: kconfig: Fix build error on test compile To: Francesco Dolcini Cc: linux-gpio@vger.kernel.org, Dong Aisheng , Fabio Estevam , Shawn Guo , Jacky Bai , Pengutronix Kernel Team , Peng Fan , linux-kernel@vger.kernel.org, Arnd Bergmann , kernel test robot Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 6, 2022 at 12:44 AM Francesco Dolcini wrote: > PINCTRL_IMX depends on OF, however the dependency is missed when selected > by PINCTRL_IMX8M* (it does not follow the indirect 'select' statements), > select it explicitly. > > Cc: Arnd Bergmann > Cc: Linus Walleij > Reported-by: kernel test robot > Link: https://lore.kernel.org/all/202209050605.fezJUgFH-lkp@intel.com/ > Fixes: 87c2a29a6bf1 ("pinctrl: imx8m: kconfig: Depends on SOC_IMX8M") > Signed-off-by: Francesco Dolcini > --- > Linus: I did test on s390 and it's fine, but the topic is tricky for me ... This is tricky for everyone, has to do with the Kconfig "language". Thanks! Patch applied. Yours, LInus Walleij