]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: fold the Kconfig prompt into the option type for GPIO CDEV
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 14 Oct 2024 11:07:07 +0000 (13:07 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 17 Oct 2024 06:53:19 +0000 (08:53 +0200)
commit3dcf0643fa5cd65e667057cfa11d6e54ac36f2ff
tree62c18f2425b7e9f88dc8568f325d9dde3475ce94
parentb6f7aeaf1bfd8d78d55868f0857e397b06a01777
gpio: fold the Kconfig prompt into the option type for GPIO CDEV

The 'if !EXPERT' bit will work fine if it follows the 'bool "foobar"'
declaration. No need to have separate entries for it.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20241014110707.101320-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/Kconfig