Commit 9a206bca authored by John Garry's avatar John Garry Committed by Linus Walleij

pinctrl: qcom: Make PINCTRL_SM8450 depend on PINCTRL_MSM

All the many other configs depend on config PINCTRL_MSM, yet for config
PINCTRL_SM8450 we select config PINCTRL_MSM. Make config PINCTRL_SM8450
depend on PINCTRL_MSM to be consistent with the rest.
Signed-off-by: default avatarJohn Garry <john.garry@huawei.com>
Suggested-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/1658829764-124936-1-git-send-email-john.garry@huawei.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4b759ca1
...@@ -384,7 +384,7 @@ config PINCTRL_SM8350 ...@@ -384,7 +384,7 @@ config PINCTRL_SM8350
config PINCTRL_SM8450 config PINCTRL_SM8450
tristate "Qualcomm Technologies Inc SM8450 pin controller driver" tristate "Qualcomm Technologies Inc SM8450 pin controller driver"
depends on GPIOLIB && OF depends on GPIOLIB && OF
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
......
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