Commit 1d6a1b5e authored by Johan Hovold's avatar Johan Hovold Committed by Pavel Machek

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: 24e2d05d ("leds: Add driver for Qualcomm LPG")
Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 69175786
......@@ -15,6 +15,7 @@ config LEDS_PWM_MULTICOLOR
config LEDS_QCOM_LPG
tristate "LED support for Qualcomm LPG"
depends on OF
depends on PWM
depends on SPMI
help
This option enables support for the Light Pulse Generator found in a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment