aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-05-13 09:46:16 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-05-16 03:35:25 -0400
commitd9654dceb315ccdabf4a5494109a4cc0fb2408a4 (patch)
tree4e17d1e5d9621e18602c9553a0db5fabd6a38fab /arch/arm/mach-imx/Kconfig
parentd55135689019c3a0b26bccd400d90c6d2fd13439 (diff)
ARM: imx: add basic imx6sx SoC support
Add basic suppport for i.MX6 SoloX SoC. Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 839ef51fd390..4776e1ffacd5 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -763,6 +763,14 @@ config SOC_IMX6SL
763 help 763 help
764 This enables support for Freescale i.MX6 SoloLite processor. 764 This enables support for Freescale i.MX6 SoloLite processor.
765 765
766config SOC_IMX6SX
767 bool "i.MX6 SoloX support"
768 select PINCTRL_IMX6SX
769 select SOC_IMX6
770
771 help
772 This enables support for Freescale i.MX6 SoloX processor.
773
766config SOC_VF610 774config SOC_VF610
767 bool "Vybrid Family VF610 support" 775 bool "Vybrid Family VF610 support"
768 select ARM_GIC 776 select ARM_GIC