projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9cc1a
)
ARM: imx: allow configuration of the IMX50 SoC
author
Greg Ungerer
<gerg@uclinux.org>
Tue, 29 Oct 2013 05:15:54 +0000
(15:15 +1000)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 9 Dec 2013 05:18:21 +0000
(13:18 +0800)
Allow the Freescale IMX50 SoC support code to be configured on.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/Kconfig
b/arch/arm/mach-imx/Kconfig
index 7a6e6f71006893a9c2a54d4a17166762c4647977..15c9ae368b5821403a781fbccbc2e656ba29874b 100644
(file)
--- a/
arch/arm/mach-imx/Kconfig
+++ b/
arch/arm/mach-imx/Kconfig
@@
-766,6
+766,14
@@
endchoice
comment "Device tree only"
+config SOC_IMX50
+ bool "i.MX50 support"
+ select HAVE_IMX_SRC
+ select SOC_IMX5
+
+ help
+ This enables support for Freescale i.MX50 processor.
+
config SOC_IMX53
bool "i.MX53 support"
select HAVE_IMX_SRC