Skip to content

Commit d8b0e2e

Browse files
committed
Merge tag 'regulator-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fix from Mark Brown: "A fix from Arnd re-adding a dependency on gpiolib which was implicitly pulled in via an OF specific route which got removed as part of a cleanup" * tag 'regulator-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: regulator: rpi-panel-attiny: add back GPIOLIB dependency
2 parents a973736 + 7dfc006 commit d8b0e2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/regulator/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,7 @@ config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY
12311231
tristate "Raspberry Pi 7-inch touchscreen panel ATTINY regulator"
12321232
depends on ARM || ARM64 || COMPILE_TEST
12331233
depends on BACKLIGHT_CLASS_DEVICE
1234+
depends on GPIOLIB
12341235
depends on I2C
12351236
select REGMAP_I2C
12361237
help

0 commit comments

Comments
 (0)