]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: Kconfig: drop unneeded dependencies on OF_GPIO
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Wed, 4 Mar 2026 09:02:28 +0000 (10:02 +0100)
committerLinus Walleij <linusw@kernel.org>
Tue, 10 Mar 2026 09:10:50 +0000 (10:10 +0100)
commite785c990adccabb9cc3286166b2377fae05c2533
tree042ce65ca0fef25daa494ec962f3db531be292d8
parentbf64b1bae2a555043c8360836c6e708339ac078f
pinctrl: Kconfig: drop unneeded dependencies on OF_GPIO

OF_GPIO is selected automatically on all OF systems. Any symbols it
controls also provide stubs so there's really no reason to select it
explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/Kconfig
drivers/pinctrl/bcm/Kconfig
drivers/pinctrl/meson/Kconfig
drivers/pinctrl/starfive/Kconfig
drivers/pinctrl/sunplus/Kconfig