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=-13.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 F0645C4167B for ; Mon, 7 Dec 2020 10:32:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C03DC23159 for ; Mon, 7 Dec 2020 10:32:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726578AbgLGKcI (ORCPT ); Mon, 7 Dec 2020 05:32:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726112AbgLGKcG (ORCPT ); Mon, 7 Dec 2020 05:32:06 -0500 Received: from mail-ej1-x641.google.com (mail-ej1-x641.google.com [IPv6:2a00:1450:4864:20::641]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 744C1C0613D2 for ; Mon, 7 Dec 2020 02:31:26 -0800 (PST) Received: by mail-ej1-x641.google.com with SMTP id a16so18750736ejj.5 for ; Mon, 07 Dec 2020 02:31:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=avwXTY4xKF4GYJux7MHK5WB/0Z5FSjvXovshldSv0FY=; b=Koz8pLD92Bc+OA38U/SVkLaUxErp6GlaZiBlKyqXz1eMnIAAlJ1AzWywkxnWEpTuqH jcpvF2CqCxtziXQ7kd8q4pe836G+LkCaA5WsZfZ+pm4I/4SkjmXLtjrf6laDzMx6YhkD SyBhLnB81hYrCMvTbf578MOKilnaYFTq/NK1CVGPEbc0M1UMpiq1F8EYEDb7K6Ev5RWH aEJnikVY4spRTMvGWM0UD5D+eqnZN53w2nheq9/FxLG3obYGCPgEMKPqABacz7+/06xW IhMcpuOukOTei6R7dZMXRvM6D7SIU/KSQDdBaPuloTNPORL20DniuYKo5CX05qvRp1We kP7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=avwXTY4xKF4GYJux7MHK5WB/0Z5FSjvXovshldSv0FY=; b=kkeHiGjNpZ+lc2tOmsWTxVdoh545PLUp21/xMNWJGYRDPTVVujiVba7Z1P1orgCVsG ARRTLZbY3h0NzN7rv6SB4yp87M1O8z8BU3/b3DkJLIS4/cgkEJ/hxo8NOaC+gFf13J0t g6Fbkvc3xd308Sh86XOwh37220eLc/szPCD3Bh/ifcxflfTbvHvtZbkletW2dIc201fP 4oZClWO1nekKN+hAad2b1Mdi1NPfsLxCW9Fo4TfMcAMcaRuamROivssS5Iw9ifCQ3Evc lM/5fHcnp/ihbV18XSxhfGAnlxlMQByHtnfCqN38L0fbzfQGoV6xZ7RfseG6b9Qhc9MG 7YVw== X-Gm-Message-State: AOAM533H4ixarsrNBhpTm/wl8j4bXKzXTjxsKzrU2yFvphoxmt50jKGR x9OeXpGMgo9OfBqw7W3JX6o5Sb8AmjU4TKMGY/ajZCVbcLY= X-Google-Smtp-Source: ABdhPJzXz9wKScnULYT5yiqNYTc0tuNX148+tIwRVDm7K1qucm+VxxovDI70gPvRQXH3EBb4Z3MpwQMNCuOuDuVMuAE= X-Received: by 2002:a17:906:15cc:: with SMTP id l12mr17640381ejd.363.1607337085119; Mon, 07 Dec 2020 02:31:25 -0800 (PST) MIME-Version: 1.0 References: <20201203191135.21576-1-info@metux.net> In-Reply-To: <20201203191135.21576-1-info@metux.net> From: Bartosz Golaszewski Date: Mon, 7 Dec 2020 11:31:14 +0100 Message-ID: Subject: Re: [PATCH v2 1/2] drivers: gpio: put virtual gpio device into their own submenu To: "Enrico Weigelt, metux IT consult" Cc: LKML , Jonathan Corbet , Linus Walleij , "Michael S. Tsirkin" , Jason Wang , linux-doc , linux-gpio , virtualization@lists.linux-foundation.org, linux-riscv@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 3, 2020 at 8:11 PM Enrico Weigelt, metux IT consult wrote: > > Since we already have a few virtual gpio devices, and more to come, > this category deserves its own submenu. > > Signed-off-by: Enrico Weigelt, metux IT consult > --- > drivers/gpio/Kconfig | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 5d4de5cd6759..01619eb58396 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -1590,6 +1590,8 @@ config GPIO_VIPERBOARD > > endmenu > > +menu "Virtual GPIO devices" > + > config GPIO_AGGREGATOR > tristate "GPIO Aggregator" > help > @@ -1613,4 +1615,6 @@ config GPIO_MOCKUP > tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in > it. > > +endmenu > + > endif > -- > 2.11.0 > I'd call this section "Virtual GPIO drivers" because the code contains drivers not devices. Bartosz