Commit b133d2a1370c9b8c9d4b64eaa07e17c86f51b004
1 parent
2e2a0f6ed1
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
pwm: Make Kconfig entries more consistent
PWM is now consistently spelled in all uppercase letters. For the Atmel driver the entry now also mentions Atmel to make it easier to find. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
drivers/pwm/Kconfig
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | will be called pwm-ab8500. |
39 | 39 | |
40 | 40 | config PWM_ATMEL_TCB |
41 | - tristate "TC Block PWM" | |
41 | + tristate "Atmel TC Block PWM support" | |
42 | 42 | depends on ATMEL_TCLIB && OF |
43 | 43 | help |
44 | 44 | Generic PWM framework driver for Atmel Timer Counter Block. |
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | will be called pwm-bfin. |
60 | 60 | |
61 | 61 | config PWM_IMX |
62 | - tristate "i.MX pwm support" | |
62 | + tristate "i.MX PWM support" | |
63 | 63 | depends on ARCH_MXC |
64 | 64 | help |
65 | 65 | Generic PWM framework driver for i.MX. |
... | ... | @@ -116,7 +116,7 @@ |
116 | 116 | will be called pwm-pxa. |
117 | 117 | |
118 | 118 | config PWM_SAMSUNG |
119 | - tristate "Samsung pwm support" | |
119 | + tristate "Samsung PWM support" | |
120 | 120 | depends on PLAT_SAMSUNG |
121 | 121 | help |
122 | 122 | Generic PWM framework driver for Samsung. |
... | ... | @@ -195,7 +195,7 @@ |
195 | 195 | will be called pwm-twl-led. |
196 | 196 | |
197 | 197 | config PWM_VT8500 |
198 | - tristate "vt8500 pwm support" | |
198 | + tristate "vt8500 PWM support" | |
199 | 199 | depends on ARCH_VT8500 |
200 | 200 | help |
201 | 201 | Generic PWM framework driver for vt8500. |