diff options
author | John Garry <john.garry@huawei.com> | 2022-07-26 18:02:44 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-08-03 20:31:14 +0200 |
commit | 9a206bca238177f7fa09fef6735aab7d5d3b2b19 (patch) | |
tree | 66b4d512901f1c9a451654479eaceb1516edca81 /drivers | |
parent | 4b759ca15a4914f96ea204ea9200ceeb01d70666 (diff) | |
download | linux-9a206bca238177f7fa09fef6735aab7d5d3b2b19.tar.bz2 |
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: John Garry <john.garry@huawei.com>
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/1658829764-124936-1-git-send-email-john.garry@huawei.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 8b14f79b3c77..f415c13caae0 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -384,7 +384,7 @@ config PINCTRL_SM8350 config PINCTRL_SM8450 tristate "Qualcomm Technologies Inc SM8450 pin controller driver" depends on GPIOLIB && OF - select PINCTRL_MSM + depends on PINCTRL_MSM help This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm Technologies Inc TLMM block found on the Qualcomm |