Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

regulator: 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.

Acked-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20260304-gpio-of-kconfig-v1-5-d597916e79e7@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

-2
-2
drivers/regulator/Kconfig
··· 1232 1232 depends on ARM || ARM64 || COMPILE_TEST 1233 1233 depends on BACKLIGHT_CLASS_DEVICE 1234 1234 depends on I2C 1235 - depends on OF_GPIO 1236 1235 select REGMAP_I2C 1237 1236 help 1238 1237 This driver supports ATTINY regulator on the Raspberry Pi 7-inch ··· 1331 1332 depends on I2C && GPIOLIB && OF 1332 1333 select REGMAP 1333 1334 select CRC8 1334 - select OF_GPIO 1335 1335 help 1336 1336 This driver adds support for RT5133 PMIC regulators. 1337 1337 RT5133 is an integrated chip. It includes 8 LDOs and 3 GPOs that