]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: drop unneeded Kconfig dependencies on OF_GPIO
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Mon, 16 Mar 2026 09:45:23 +0000 (10:45 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Tue, 24 Mar 2026 09:04:04 +0000 (10:04 +0100)
commit7803501e5754dc4b295ab22b20562e2b965358ba
tree468c1091aa1f407420a2f10a279358f31eb8c38c
parentececb46fc947705f22cc8c1f9182224e7ec4bb97
gpio: drop unneeded Kconfig 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. Remove all Kconfig dependencies/selects for GPIO drivers.
For those that have no other dependencies: convert it to requiring
CONFIG_OF instead to avoid new symbols popping up in make config.

Link: https://patch.msgid.link/20260316-gpio-of-kconfig-v2-3-de2f4b00a0e4@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/gpio/Kconfig