summaryrefslogtreecommitdiff
path: root/drivers/leds
diff options
context:
space:
mode:
authorVadim Pasternak <vadimp@mellanox.com>2018-02-15 18:11:37 +0000
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-02-15 22:03:32 +0100
commit54b6c127240bd4b3023b6f8cbff898050356e5a1 (patch)
treea23e7ccdce462d205af25539332f797d39dad612 /drivers/leds
parent6204f03d3f5428254ecb6c6e813a7244c8707346 (diff)
leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIG
It fixes grammatical errors in Kconfig file for LEDS_SYSCON, LEDS_MLXCPLD, LEDS_MC13783, LEDS_NETXBIG. Signed-off-by: Vadim Pasternak <vadimp@mellanox.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index a3fdf83b8ff9..4b95aeda2c01 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -521,7 +521,7 @@ config LEDS_MC13783
depends on LEDS_CLASS
depends on MFD_MC13XXX
help
- This option enable support for on-chip LED drivers found
+ This option enables support for on-chip LED drivers found
on Freescale Semiconductor MC13783/MC13892/MC34708 PMIC.
config LEDS_NS2
@@ -544,7 +544,7 @@ config LEDS_NETXBIG
depends on MACH_KIRKWOOD
default y
help
- This option enable support for LEDs found on the LaCie 2Big
+ This option enables support for LEDs found on the LaCie 2Big
and 5Big Network v2 boards. The LEDs are wired to a CPLD and are
controlled through a GPIO extension bus.
@@ -674,7 +674,7 @@ config LEDS_SYSCON
depends on MFD_SYSCON
depends on OF
help
- This option enabled support for the LEDs on syscon type
+ This option enables support for the LEDs on syscon type
devices. This will only work with device tree enabled
devices.
@@ -691,8 +691,8 @@ config LEDS_MLXCPLD
depends on X86 && DMI
depends on LEDS_CLASS
help
- This option enabled support for the LEDs on the Mellanox
- boards. Say Y to enabled these.
+ This option enables support for the LEDs on the Mellanox
+ boards. Say Y to enable these.
config LEDS_USER
tristate "Userspace LED support"