diff options
| author | Quentin Schulz <[email protected]> | 2025-10-30 11:03:58 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-07 13:01:12 -0600 |
| commit | 4287a1a246476af1b7233de56e4856c7747d7ecf (patch) | |
| tree | f0ced0121e4b2fe8777305b7a4123cda9b9b104d | |
| parent | e0dae656539bd522f3c174c55c259c3d766bea91 (diff) | |
pwm: fix typo in PWM_MESON help text
Reviewed-by: Tom Rini <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | drivers/pwm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
