diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-07-06 15:12:59 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-06 15:12:59 -0400 |
commit | c7b0807b9d4faddd87a75a5acb079e5dbfedd211 (patch) | |
tree | 2d5978467086607efa0e5233c493c77ecffd9ea8 /arch/arm/mach-imx | |
parent | fdc0867884ec0fc78091e28efa1d439affb5eb20 (diff) | |
parent | 3e62af821050668a0c8915121838569ae59359be (diff) |
Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/irq
Two bug fixes for the previous state of the imx sparse irq changes.
* 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6:
ARM: imx: select USE_OF
ARM: imx: Fix build error due to missing irqs.h include
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index eff4db5de0dd..935f8434c05b 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -380,7 +380,6 @@ config MACH_IMX27IPCAM | |||
380 | config MACH_IMX27_DT | 380 | config MACH_IMX27_DT |
381 | bool "Support i.MX27 platforms from device tree" | 381 | bool "Support i.MX27 platforms from device tree" |
382 | select SOC_IMX27 | 382 | select SOC_IMX27 |
383 | select USE_OF | ||
384 | help | 383 | help |
385 | Include support for Freescale i.MX27 based platforms | 384 | Include support for Freescale i.MX27 based platforms |
386 | using the device tree for discovery | 385 | using the device tree for discovery |
@@ -663,7 +662,6 @@ comment "i.MX51 machines:" | |||
663 | config MACH_IMX51_DT | 662 | config MACH_IMX51_DT |
664 | bool "Support i.MX51 platforms from device tree" | 663 | bool "Support i.MX51 platforms from device tree" |
665 | select SOC_IMX51 | 664 | select SOC_IMX51 |
666 | select USE_OF | ||
667 | select MACH_MX51_BABBAGE | 665 | select MACH_MX51_BABBAGE |
668 | help | 666 | help |
669 | Include support for Freescale i.MX51 based platforms | 667 | Include support for Freescale i.MX51 based platforms |
@@ -759,7 +757,6 @@ comment "i.MX53 machines:" | |||
759 | config MACH_IMX53_DT | 757 | config MACH_IMX53_DT |
760 | bool "Support i.MX53 platforms from device tree" | 758 | bool "Support i.MX53 platforms from device tree" |
761 | select SOC_IMX53 | 759 | select SOC_IMX53 |
762 | select USE_OF | ||
763 | select MACH_MX53_ARD | 760 | select MACH_MX53_ARD |
764 | select MACH_MX53_EVK | 761 | select MACH_MX53_EVK |
765 | select MACH_MX53_LOCO | 762 | select MACH_MX53_LOCO |
@@ -832,7 +829,6 @@ config SOC_IMX6Q | |||
832 | select HAVE_SMP | 829 | select HAVE_SMP |
833 | select PINCTRL | 830 | select PINCTRL |
834 | select PINCTRL_IMX6Q | 831 | select PINCTRL_IMX6Q |
835 | select USE_OF | ||
836 | 832 | ||
837 | help | 833 | help |
838 | This enables support for Freescale i.MX6 Quad processor. | 834 | This enables support for Freescale i.MX6 Quad processor. |