Message ID | 20241016-typo-pinctrl-sg2002-v1-1-2bdacb2d41e3@bootlin.com |
---|---|
State | New |
Headers | show |
Series | pinctrl: sophgo: fix typo in tristate of SG2002 | expand |
diff --git a/drivers/pinctrl/sophgo/Kconfig b/drivers/pinctrl/sophgo/Kconfig index b14792ee46fc3ebf33250fefc377ca6138832f02..c05f909a88389c713b79210a8aa6dcdce67f1993 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
Fix typo in tristate definition of the SG2002 Pinctrl driver. Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> --- drivers/pinctrl/sophgo/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc change-id: 20241016-typo-pinctrl-sg2002-6a4cf61a08f8 Best regards,