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: 97423113ec
("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>
This commit is contained in:
parent
eb367d875f
commit
30e9857a13
|
@ -223,7 +223,7 @@ config PINCTRL_SC7280
|
||||||
config PINCTRL_SC8180X
|
config PINCTRL_SC8180X
|
||||||
tristate "Qualcomm Technologies Inc SC8180x pin controller driver"
|
tristate "Qualcomm Technologies Inc SC8180x pin controller driver"
|
||||||
depends on GPIOLIB && (OF || ACPI)
|
depends on GPIOLIB && (OF || ACPI)
|
||||||
select PINCTRL_MSM
|
depends on PINCTRL_MSM
|
||||||
help
|
help
|
||||||
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||||
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
||||||
|
|
Loading…
Reference in New Issue