From: Zhi Mao Date: Fri, 30 Jun 2017 06:05:16 +0000 (+0800) Subject: pwm: mediatek: Fix Kconfig description X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=aa12d7a7a978ac5f3202cac8f2f671fd267bf5e3;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git pwm: mediatek: Fix Kconfig description Fix a copy/paste error that sneaked into the Kconfig description of the Mediatek PWM driver. Signed-off-by: Zhi Mao Acked-by: John Crispin Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index a288c1b2689f..abfddcef36d1 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -300,7 +300,7 @@ config PWM_MEDIATEK Generic PWM framework driver for Mediatek ARM SoC. To compile this driver as a module, choose M here: the module - will be called pwm-mxs. + will be called pwm-mediatek. config PWM_MXS tristate "Freescale MXS PWM support"