diff options
author | Greg Ungerer <gerg@uclinux.org> | 2013-10-29 05:15:54 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-12-09 05:18:21 (GMT) |
commit | 361b0a419e1273c5a50d47e26340986bd2bacfb7 (patch) | |
tree | 9a158239b69c80e7ebaef9ef158179fc64166931 /arch/arm/mach-imx/Kconfig | |
parent | 7a9cc1ad213df8a90a0753d522fa53f95e21fc10 (diff) | |
download | linux-361b0a419e1273c5a50d47e26340986bd2bacfb7.tar.xz |
ARM: imx: allow configuration of the IMX50 SoC
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>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 7a6e6f7..15c9ae3 100644 --- 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 |