diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-05-02 23:24:47 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 03:45:11 -0400 |
commit | 31a2fbf70e1cf3fcd6623a928a5547a2c5c6733f (patch) | |
tree | eeb1138f5a6f6472bf977051192fd977b3ccd356 /arch/arm/mach-imx/Kconfig | |
parent | 34e8a16b944e63e0032e9b1ca699593aad20a7ba (diff) |
ARM: imx: add initial support for imx6sl
Add initial support for i.MX6 SoloLite.
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 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index ba44328464f3..a4022481875a 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -816,6 +816,25 @@ config SOC_IMX6Q | |||
816 | help | 816 | help |
817 | This enables support for Freescale i.MX6 Quad processor. | 817 | This enables support for Freescale i.MX6 Quad processor. |
818 | 818 | ||
819 | config SOC_IMX6SL | ||
820 | bool "i.MX6 SoloLite support" | ||
821 | select ARM_ERRATA_754322 | ||
822 | select ARM_ERRATA_775420 | ||
823 | select ARM_GIC | ||
824 | select CPU_V7 | ||
825 | select HAVE_IMX_ANATOP | ||
826 | select HAVE_IMX_GPC | ||
827 | select HAVE_IMX_MMDC | ||
828 | select HAVE_IMX_SRC | ||
829 | select PINCTRL | ||
830 | select PINCTRL_IMX6SL | ||
831 | select PL310_ERRATA_588369 if CACHE_PL310 | ||
832 | select PL310_ERRATA_727915 if CACHE_PL310 | ||
833 | select PL310_ERRATA_769419 if CACHE_PL310 | ||
834 | |||
835 | help | ||
836 | This enables support for Freescale i.MX6 SoloLite processor. | ||
837 | |||
819 | endif | 838 | endif |
820 | 839 | ||
821 | source "arch/arm/mach-imx/devices/Kconfig" | 840 | source "arch/arm/mach-imx/devices/Kconfig" |