diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-07-26 05:45:28 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:06:44 -0400 |
commit | 24980dc810f2c41929a50277946737e25ab3c0cd (patch) | |
tree | eaa785433017c017b8c5c8cfadaf33db33b3e731 /arch/arm/mach-imx/Kconfig | |
parent | c896e938505714d4346388ddc8a82fb190f235aa (diff) |
ARM: i.MX1: Add devicetree support
This patch adds basic devicetree support for i.MX1 based SoCs.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
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 4e9b4f63d42b..11b2957f792b 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -69,6 +69,7 @@ config SOC_IMX1 | |||
69 | select CPU_ARM920T | 69 | select CPU_ARM920T |
70 | select IMX_HAVE_IOMUX_V1 | 70 | select IMX_HAVE_IOMUX_V1 |
71 | select MXC_AVIC | 71 | select MXC_AVIC |
72 | select PINCTRL_IMX1 | ||
72 | 73 | ||
73 | config SOC_IMX21 | 74 | config SOC_IMX21 |
74 | bool | 75 | bool |
@@ -124,6 +125,13 @@ config MACH_APF9328 | |||
124 | help | 125 | help |
125 | Say Yes here if you are using the Armadeus APF9328 development board | 126 | Say Yes here if you are using the Armadeus APF9328 development board |
126 | 127 | ||
128 | config MACH_IMX1_DT | ||
129 | bool "Support i.MX1 platforms from device tree" | ||
130 | select SOC_IMX1 | ||
131 | help | ||
132 | Include support for Freescale i.MX1 based platforms | ||
133 | using the device tree for discovery. | ||
134 | |||
127 | endif | 135 | endif |
128 | 136 | ||
129 | if ARCH_MULTI_V5 | 137 | if ARCH_MULTI_V5 |