Skip to content

Commit 30e9857

Browse files
anderssonLinus Walleij
authored andcommitted
pinctrl: qcom: Make it possible to select SC8180x TLMM
It's currently not possible to select the SC8180x TLMM driver, due to it selecting PINCTRL_MSM, rather than depending on the same. Fix this. Fixes: 9742311 ("pinctrl: qcom: Add sc8180x TLMM driver") Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210608180702.2064253-1-bjorn.andersson@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent eb367d8 commit 30e9857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/qcom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ config PINCTRL_SC7280
223223
config PINCTRL_SC8180X
224224
tristate "Qualcomm Technologies Inc SC8180x pin controller driver"
225225
depends on GPIOLIB && (OF || ACPI)
226-
select PINCTRL_MSM
226+
depends on PINCTRL_MSM
227227
help
228228
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
229229
Qualcomm Technologies Inc TLMM block found on the Qualcomm

0 commit comments

Comments
 (0)