diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-02-28 10:47:46 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-02 23:04:56 -0500 |
commit | c6891ef89b3fe8b6a32a18072452e92fab51aecd (patch) | |
tree | b0baeb735a0b1a9a72fc7f70cd78adf1f7f82eed /arch/arm/mach-imx | |
parent | 9fece9bdabfff12610572a4e5c072bdc043fae9f (diff) |
ARM: imx: Kconfig: Fix grammar in help text
Use "This enables" in the Kconfig help text to fix grammar.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index e8627e04e1e6..f9d17f3daf3b 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -636,7 +636,7 @@ config SOC_VF610 | |||
636 | select PL310_ERRATA_769419 if CACHE_L2X0 | 636 | select PL310_ERRATA_769419 if CACHE_L2X0 |
637 | 637 | ||
638 | help | 638 | help |
639 | This enable support for Freescale Vybrid VF610 processor. | 639 | This enables support for Freescale Vybrid VF610 processor. |
640 | 640 | ||
641 | choice | 641 | choice |
642 | prompt "Clocksource for scheduler clock" | 642 | prompt "Clocksource for scheduler clock" |
@@ -666,7 +666,7 @@ config SOC_LS1021A | |||
666 | select ZONE_DMA if ARM_LPAE | 666 | select ZONE_DMA if ARM_LPAE |
667 | 667 | ||
668 | help | 668 | help |
669 | This enable support for Freescale LS1021A processor. | 669 | This enables support for Freescale LS1021A processor. |
670 | 670 | ||
671 | endif | 671 | endif |
672 | 672 | ||