projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae20f2
)
ARM: imx: Kconfig: Fix typo in help
author
Nobuhiro Iwamatsu
<nobuhiro1.iwamatsu@toshiba.co.jp>
Mon, 1 Mar 2021 08:39:37 +0000
(17:39 +0900)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 15 Mar 2021 04:21:59 +0000
(12:21 +0800)
Fix typo from i.MX31 to i.MX35 in i.MX35's help.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/Kconfig
b/arch/arm/mach-imx/Kconfig
index 52902782cc5f40111395b9bb918968bc7a429713..b407b024dde34b0846ff48081f8637c7a2980c59 100644
(file)
--- a/
arch/arm/mach-imx/Kconfig
+++ b/
arch/arm/mach-imx/Kconfig
@@
-63,7
+63,7
@@
config SOC_IMX35
select MXC_AVIC
select PINCTRL_IMX35
help
- This enables support for Freescale i.MX3
1
processor
+ This enables support for Freescale i.MX3
5
processor
endif