diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-06 09:46:29 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-11 19:27:52 +0200 |
commit | fc83f586adf3b86ff7046478497b4a53b2220be8 (patch) | |
tree | 7e14e2dcbd41795e167ba3abeb36d09b9a72a91c /drivers/mfd | |
parent | fa67d4ebc7e492e07bd2d3bf2937dfae2bb514bd (diff) | |
download | linux-fc83f586adf3b86ff7046478497b4a53b2220be8.tar.bz2 |
mfd: cros_ec: Fix Kconfig typo - s/ned/need/
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 013b094f0f9e..c6eb930fb54d 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -53,7 +53,7 @@ config MFD_CROS_EC help If you say Y here you get support for the ChromeOS Embedded Controller (EC) providing keyboard, battery and power services. - You also ned to enable the driver for the bus you are using. The + You also need to enable the driver for the bus you are using. The protocol for talking to the EC is defined by the bus driver. config MFD_CROS_EC_I2C |