From: Quentin Schulz Date: Thu, 30 Oct 2025 10:03:58 +0000 (+0100) Subject: pwm: fix typo in PWM_MESON help text X-Git-Tag: v2026.01-rc2~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4287a1a246476af1b7233de56e4856c7747d7ecf;p=thirdparty%2Fu-boot.git pwm: fix typo in PWM_MESON help text Reviewed-by: Tom Rini Signed-off-by: Quentin Schulz --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 522d72f9b97..a69fe37caff 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -66,7 +66,7 @@ config PWM_MESON bool "Enable support for Amlogic Meson SoCs PWM" help This PWM is found on Amlogic Meson SoCs. It supports a - programmable period and duty cycle for 2 independant channels. + programmable period and duty cycle for 2 independent channels. config PWM_MTK bool "Enable support for MediaTek PWM"