gpio: put virtual gpio device into their own submenu

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>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
This commit is contained in:
Enrico Weigelt, metux IT consult 2020-12-07 21:38:16 +01:00 committed by Bartosz Golaszewski
parent 48f32a8353
commit b5252196d0
1 changed files with 4 additions and 0 deletions

View File

@ -1591,6 +1591,8 @@ config GPIO_VIPERBOARD
endmenu endmenu
menu "Virtual GPIO drivers"
config GPIO_AGGREGATOR config GPIO_AGGREGATOR
tristate "GPIO Aggregator" tristate "GPIO Aggregator"
help help
@ -1614,4 +1616,6 @@ config GPIO_MOCKUP
tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in
it. it.
endmenu
endif endif