From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752587AbeBFJrG (ORCPT ); Tue, 6 Feb 2018 04:47:06 -0500 Received: from mail-io0-f196.google.com ([209.85.223.196]:38297 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752263AbeBFJrB (ORCPT ); Tue, 6 Feb 2018 04:47:01 -0500 X-Google-Smtp-Source: AH8x224tTfquzsdmdYvFxy/QKyuzD0YJ1OU69T8RPPDvPV13RFw/BlXsREoNZjonHNJEvDmhEMNGaKI/5AiFCwyGfuY= MIME-Version: 1.0 In-Reply-To: <20180205012146.23981-8-ulfalizer@gmail.com> References: <20180205012146.23981-1-ulfalizer@gmail.com> <20180205012146.23981-8-ulfalizer@gmail.com> From: Linus Walleij Date: Tue, 6 Feb 2018 10:47:00 +0100 Message-ID: Subject: Re: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select To: Ulf Magnusson , Palmer Dabbelt , Albert Ou Cc: "linux-kernel@vger.kernel.org" , linux-kbuild , tfiga@chromium.org, paul.burton@mips.com, Marek Szyprowski , Hans-Christian Egtvedt , Vineet Gupta , mgorman@techsingularity.net, Christoph Hellwig , mina86@mina86.com, Rob Herring , Stephen Boyd , paulus@ozlabs.org, Will Deacon , ext Tony Lindgren , npiggin@gmail.com, Masahiro Yamada , linux-riscv@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 65053e1a7743 > ("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB"). GPIOLIB should > just be selected explicitly if needed. > > Remove the ARCH_WANT_OPTIONAL_GPIOLIB select from RISCV. > > See commit 0145071b3314 ("x86: Do away with > ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") and commit da9a1c6767 ("arm64: do > away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") as well. > > Discovered with the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. > > Signed-off-by: Ulf Magnusson Reviewed-by: Linus Walleij RISCV maintainers: please apply and carry this patch. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Tue, 6 Feb 2018 10:47:00 +0100 Subject: [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select In-Reply-To: <20180205012146.23981-8-ulfalizer@gmail.com> References: <20180205012146.23981-1-ulfalizer@gmail.com> <20180205012146.23981-8-ulfalizer@gmail.com> Message-ID: To: linux-riscv@lists.infradead.org List-Id: linux-riscv.lists.infradead.org On Mon, Feb 5, 2018 at 2:21 AM, Ulf Magnusson wrote: > The ARCH_WANT_OPTIONAL_GPIOLIB symbol was removed in commit 65053e1a7743 > ("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB"). GPIOLIB should > just be selected explicitly if needed. > > Remove the ARCH_WANT_OPTIONAL_GPIOLIB select from RISCV. > > See commit 0145071b3314 ("x86: Do away with > ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") and commit da9a1c6767 ("arm64: do > away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB") as well. > > Discovered with the > https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > script. > > Signed-off-by: Ulf Magnusson Reviewed-by: Linus Walleij RISCV maintainers: please apply and carry this patch. Yours, Linus Walleij