diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-12-30 20:21:12 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2020-01-08 15:56:02 +0300 |
commit | f24e564129f3b7508eff363353099657ff774d2b (patch) | |
tree | 022e4cbda593ac10114bc60242092a6ab7799ac1 /drivers/pwm/Kconfig | |
parent | 651b510a74d4e473281efc4eaf2a83963988de48 (diff) | |
download | linux-f24e564129f3b7508eff363353099657ff774d2b.tar.xz |
pwm: Fix minor Kconfig whitespace issues
Remove double whitespace after "config" keyword.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index bd21655c37a6..c865d688f6b4 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -490,7 +490,7 @@ config PWM_TEGRA To compile this driver as a module, choose M here: the module will be called pwm-tegra. -config PWM_TIECAP +config PWM_TIECAP tristate "ECAP PWM support" depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE || ARCH_K3 help @@ -499,7 +499,7 @@ config PWM_TIECAP To compile this driver as a module, choose M here: the module will be called pwm-tiecap. -config PWM_TIEHRPWM +config PWM_TIEHRPWM tristate "EHRPWM PWM support" depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_K3 help |