summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorThomas Bonnefille <thomas.bonnefille@bootlin.com>2024-10-16 12:11:42 +0200
committerLinus Walleij <linus.walleij@linaro.org>2024-10-16 21:19:01 +0200
commit22c918258f90600665b44a9bc29d09d6f7837a6a (patch)
treea3cb86de7ddddbc6e38f92565c6ba30a7ad26c4c /drivers/pinctrl
parent642490b50a7c90ca45bff5507f684c96f42e6756 (diff)
downloadlwn-22c918258f90600665b44a9bc29d09d6f7837a6a.tar.gz
lwn-22c918258f90600665b44a9bc29d09d6f7837a6a.zip
pinctrl: sophgo: fix typo in tristate of SG2002
Fix typo in tristate definition of the SG2002 Pinctrl driver. Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> Link: https://lore.kernel.org/20241016-typo-pinctrl-sg2002-v1-1-2bdacb2d41e3@bootlin.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/sophgo/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sophgo/Kconfig b/drivers/pinctrl/sophgo/Kconfig
index b14792ee46fc..c05f909a8838 100644
--- a/drivers/pinctrl/sophgo/Kconfig
+++ b/drivers/pinctrl/sophgo/Kconfig
@@ -43,7 +43,7 @@ config PINCTRL_SOPHGO_SG2000
pinctrl-sg2000.
config PINCTRL_SOPHGO_SG2002
- tristate "Sophgo SG2000 SoC Pinctrl driver"
+ tristate "Sophgo SG2002 SoC Pinctrl driver"
depends on ARCH_SOPHGO || COMPILE_TEST
depends on OF
select PINCTRL_SOPHGO_CV18XX