Skip to content

Commit 9a206bc

Browse files
John Garrylinusw
authored andcommitted
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>
1 parent 4b759ca commit 9a206bc

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
@@ -384,7 +384,7 @@ config PINCTRL_SM8350
384384
config PINCTRL_SM8450
385385
tristate "Qualcomm Technologies Inc SM8450 pin controller driver"
386386
depends on GPIOLIB && OF
387-
select PINCTRL_MSM
387+
depends on PINCTRL_MSM
388388
help
389389
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
390390
Qualcomm Technologies Inc TLMM block found on the Qualcomm

0 commit comments

Comments
 (0)