aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-05-06 03:46:29 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-11 13:27:52 -0400
commitfc83f586adf3b86ff7046478497b4a53b2220be8 (patch)
tree7e14e2dcbd41795e167ba3abeb36d09b9a72a91c
parentfa67d4ebc7e492e07bd2d3bf2937dfae2bb514bd (diff)
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>
-rw-r--r--drivers/mfd/Kconfig2
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
53 help 53 help
54 If you say Y here you get support for the ChromeOS Embedded 54 If you say Y here you get support for the ChromeOS Embedded
55 Controller (EC) providing keyboard, battery and power services. 55 Controller (EC) providing keyboard, battery and power services.
56 You also ned to enable the driver for the bus you are using. The 56 You also need to enable the driver for the bus you are using. The
57 protocol for talking to the EC is defined by the bus driver. 57 protocol for talking to the EC is defined by the bus driver.
58 58
59config MFD_CROS_EC_I2C 59config MFD_CROS_EC_I2C