Since we already have a few virtual GPIO drivers, and more to come, this category deserves its own submenu. changes v2: fixed menu title (replaced "devices" by "drivers") changes v3: added patch changelog Signed-off-by: Enrico Weigelt, metux IT consult <info@xxxxxxxxx> --- drivers/gpio/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.0