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>
This commit is contained in:
parent
9fece9bdab
commit
c6891ef89b
|
@ -636,7 +636,7 @@ config SOC_VF610
|
||||||
select PL310_ERRATA_769419 if CACHE_L2X0
|
select PL310_ERRATA_769419 if CACHE_L2X0
|
||||||
|
|
||||||
help
|
help
|
||||||
This enable support for Freescale Vybrid VF610 processor.
|
This enables support for Freescale Vybrid VF610 processor.
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Clocksource for scheduler clock"
|
prompt "Clocksource for scheduler clock"
|
||||||
|
@ -666,7 +666,7 @@ config SOC_LS1021A
|
||||||
select ZONE_DMA if ARM_LPAE
|
select ZONE_DMA if ARM_LPAE
|
||||||
|
|
||||||
help
|
help
|
||||||
This enable support for Freescale LS1021A processor.
|
This enables support for Freescale LS1021A processor.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue