]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
power: reset: drop unneeded dependencies on OF_GPIO
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Mon, 16 Mar 2026 09:45:28 +0000 (10:45 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 2 Apr 2026 22:40:09 +0000 (00:40 +0200)
commit0629c33fe1873a48e1e06078409de76c5a159fdb
treedf19b01e77e52f0d0000c5b4248c1c37b821e498
parentbe353c6729d087925da702cf8c0ad3cb1ae53dec
power: reset: 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. For Kconfig entries that have no other dependencies: convert
it to requiring OF to avoid new symbols popping up for everyone in make
config, for others just drop it altogether.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260316-gpio-of-kconfig-v2-8-de2f4b00a0e4@oss.qualcomm.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/Kconfig