aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-01-30 03:19:55 -0500
committerThierry Reding <thierry.reding@avionic-design.de>2013-01-30 03:21:35 -0500
commitb133d2a1370c9b8c9d4b64eaa07e17c86f51b004 (patch)
treef23c36b42cdaaf21b4d093ccb5c90fbf74438f49 /drivers
parent2e2a0f6ed1637e8cc4c33850bdf51a418d516157 (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pwm/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 10b6afc94bc3..0e0bfa035083 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -38,7 +38,7 @@ config PWM_AB8500
38 will be called pwm-ab8500. 38 will be called pwm-ab8500.
39 39
40config PWM_ATMEL_TCB 40config PWM_ATMEL_TCB
41 tristate "TC Block PWM" 41 tristate "Atmel TC Block PWM support"
42 depends on ATMEL_TCLIB && OF 42 depends on ATMEL_TCLIB && OF
43 help 43 help
44 Generic PWM framework driver for Atmel Timer Counter Block. 44 Generic PWM framework driver for Atmel Timer Counter Block.
@@ -59,7 +59,7 @@ config PWM_BFIN
59 will be called pwm-bfin. 59 will be called pwm-bfin.
60 60
61config PWM_IMX 61config PWM_IMX
62 tristate "i.MX pwm support" 62 tristate "i.MX PWM support"
63 depends on ARCH_MXC 63 depends on ARCH_MXC
64 help 64 help
65 Generic PWM framework driver for i.MX. 65 Generic PWM framework driver for i.MX.
@@ -116,7 +116,7 @@ config PWM_PXA
116 will be called pwm-pxa. 116 will be called pwm-pxa.
117 117
118config PWM_SAMSUNG 118config PWM_SAMSUNG
119 tristate "Samsung pwm support" 119 tristate "Samsung PWM support"
120 depends on PLAT_SAMSUNG 120 depends on PLAT_SAMSUNG
121 help 121 help
122 Generic PWM framework driver for Samsung. 122 Generic PWM framework driver for Samsung.
@@ -195,7 +195,7 @@ config PWM_TWL_LED
195 will be called pwm-twl-led. 195 will be called pwm-twl-led.
196 196
197config PWM_VT8500 197config PWM_VT8500
198 tristate "vt8500 pwm support" 198 tristate "vt8500 PWM support"
199 depends on ARCH_VT8500 199 depends on ARCH_VT8500
200 help 200 help
201 Generic PWM framework driver for vt8500. 201 Generic PWM framework driver for vt8500.