Skip to content

Commit d6fa0ca

Browse files
Marek Vasutbroonie
authored andcommitted
regulator: rpi-panel-v2: Add missing GPIOLIB dependency
Add missing GPIOLIB dependency reported by the LKP test robot. This fixes the following report: " kismet warnings: (new ones prefixed by >>) >> kismet: WARNING: unmet direct dependencies detected for GPIO_REGMAP when selected by REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2 WARNING: unmet direct dependencies detected for GPIO_REGMAP Depends on [n]: GPIOLIB [=n] Selected by [y]: - REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2 [=y] && REGULATOR [=y] && I2C [=y] " Fixes: d493058 ("regulator: rpi-panel-v2: Add regulator for 7" Raspberry Pi 720x1280") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Marek Vasut <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent d493058 commit d6fa0ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/regulator/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,7 @@ config REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY
11551155

11561156
config REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2
11571157
tristate "Raspberry Pi 7-inch touchscreen panel V2 regulator"
1158+
depends on GPIOLIB
11581159
depends on I2C
11591160
select GPIO_REGMAP
11601161
select REGMAP_I2C

0 commit comments

Comments
 (0)