diff mbox series

[v2] drivers: gpio: put virtual gpio device into their own submenu

Message ID 20201207112354.13884-1-info@metux.net
State New
Headers show
Series [v2] drivers: gpio: put virtual gpio device into their own submenu | expand

Commit Message

Enrico Weigelt, metux IT consult Dec. 7, 2020, 11:23 a.m. UTC
Since we already have a few virtual GPIO drivers, and more to come,
this category deserves its own submenu.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 drivers/gpio/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Andy Shevchenko Dec. 7, 2020, 3:42 p.m. UTC | #1
On Mon, Dec 7, 2020 at 1:29 PM Enrico Weigelt, metux IT consult
<info@metux.net> wrote:
>
> Since we already have a few virtual GPIO drivers, and more to come,
> this category deserves its own submenu.
>
> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
> ---

You are not a first day contributor, where is the changelog?
Enrico Weigelt, metux IT consult Dec. 7, 2020, 8:12 p.m. UTC | #2
On 07.12.20 16:42, Andy Shevchenko wrote:
> On Mon, Dec 7, 2020 at 1:29 PM Enrico Weigelt, metux IT consult
> <info@metux.net> wrote:
>>
>> Since we already have a few virtual GPIO drivers, and more to come,
>> this category deserves its own submenu.
>>
>> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
>> ---
> 
> You are not a first day contributor, where is the changelog?

grmpf, didn't expect this is also needed in such a trivial case :o


--mtx


>
Andy Shevchenko Dec. 8, 2020, 9:53 a.m. UTC | #3
On Mon, Dec 7, 2020 at 10:12 PM Enrico Weigelt, metux IT consult
<lkml@metux.net> wrote:
> On 07.12.20 16:42, Andy Shevchenko wrote:
> > On Mon, Dec 7, 2020 at 1:29 PM Enrico Weigelt, metux IT consult
> > <info@metux.net> wrote:
> >>
> >> Since we already have a few virtual GPIO drivers, and more to come,
> >> this category deserves its own submenu.
> >>
> >> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
> >> ---
> >
> > You are not a first day contributor, where is the changelog?
>
> grmpf, didn't expect this is also needed in such a trivial case :o

My point here is that I have commented on this but it is possible (and
actually has occurred) that others may comment on it and you combined
all changes and I have no idea what the result is.
diff mbox series

Patch

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5d4de5cd6759..8596f9320971 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1590,6 +1590,8 @@  config GPIO_VIPERBOARD
 
 endmenu
 
+menu "Virtual GPIO drivers"
+
 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