Skip to content

Commit 30e9857

Browse files
anderssonlinusw
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent eb367d8 commit 30e9857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)