diff options
author | Greg Ungerer <gerg@uclinux.org> | 2013-10-29 01:15:54 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-12-09 00:18:21 -0500 |
commit | 361b0a419e1273c5a50d47e26340986bd2bacfb7 (patch) | |
tree | 9a158239b69c80e7ebaef9ef158179fc64166931 /arch/arm/mach-imx/Kconfig | |
parent | 7a9cc1ad213df8a90a0753d522fa53f95e21fc10 (diff) |
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 7a6e6f710068..15c9ae368b58 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -766,6 +766,14 @@ endchoice | |||
766 | 766 | ||
767 | comment "Device tree only" | 767 | comment "Device tree only" |
768 | 768 | ||
769 | config SOC_IMX50 | ||
770 | bool "i.MX50 support" | ||
771 | select HAVE_IMX_SRC | ||
772 | select SOC_IMX5 | ||
773 | |||
774 | help | ||
775 | This enables support for Freescale i.MX50 processor. | ||
776 | |||
769 | config SOC_IMX53 | 777 | config SOC_IMX53 |
770 | bool "i.MX53 support" | 778 | bool "i.MX53 support" |
771 | select HAVE_IMX_SRC | 779 | select HAVE_IMX_SRC |