Skip to content

Commit bf01730

Browse files
author
Bartosz Golaszewski
committed
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>
1 parent dd1cdfb commit bf01730

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/regulator/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,6 @@ config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY
12321232
depends on ARM || ARM64 || COMPILE_TEST
12331233
depends on BACKLIGHT_CLASS_DEVICE
12341234
depends on I2C
1235-
depends on OF_GPIO
12361235
select REGMAP_I2C
12371236
help
12381237
This driver supports ATTINY regulator on the Raspberry Pi 7-inch
@@ -1332,7 +1331,6 @@ config REGULATOR_RT5133
13321331
depends on I2C && GPIOLIB && OF
13331332
select REGMAP
13341333
select CRC8
1335-
select OF_GPIO
13361334
help
13371335
This driver adds support for RT5133 PMIC regulators.
13381336
RT5133 is an integrated chip. It includes 8 LDOs and 3 GPOs that

0 commit comments

Comments
 (0)