Skip to content

Commit 1d6a1b5

Browse files
jhovoldpavelmachek
authored andcommitted
leds: qcom-lpg: add missing PWM dependency
The Qualcomm LPG driver fails to probe unless PWM support is enabled so add the missing Kconfig dependency. Fixes: 24e2d05 ("leds: Add driver for Qualcomm LPG") Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent 6917578 commit 1d6a1b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/leds/rgb/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ config LEDS_PWM_MULTICOLOR
1515
config LEDS_QCOM_LPG
1616
tristate "LED support for Qualcomm LPG"
1717
depends on OF
18+
depends on PWM
1819
depends on SPMI
1920
help
2021
This option enables support for the Light Pulse Generator found in a

0 commit comments

Comments
 (0)