diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/plat-mxc/avic.c | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c9ad2b6a4505..5de82094096a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -448,6 +448,7 @@ config ARCH_MXC | |||
448 | select GENERIC_IRQ_CHIP | 448 | select GENERIC_IRQ_CHIP |
449 | select MULTI_IRQ_HANDLER | 449 | select MULTI_IRQ_HANDLER |
450 | select SPARSE_IRQ | 450 | select SPARSE_IRQ |
451 | select USE_OF | ||
451 | help | 452 | help |
452 | Support for Freescale MXC/iMX-based family of processors | 453 | Support for Freescale MXC/iMX-based family of processors |
453 | 454 | ||
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. |
diff --git a/arch/arm/plat-mxc/avic.c b/arch/arm/plat-mxc/avic.c index f3d671ff7f1b..cbd55c36def3 100644 --- a/arch/arm/plat-mxc/avic.c +++ b/arch/arm/plat-mxc/avic.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <asm/mach/irq.h> | 26 | #include <asm/mach/irq.h> |
27 | #include <asm/exception.h> | 27 | #include <asm/exception.h> |
28 | #include <mach/hardware.h> | 28 | #include <mach/hardware.h> |
29 | #include <mach/irqs.h> | ||
29 | 30 | ||
30 | #include "irq-common.h" | 31 | #include "irq-common.h" |
31 | 32 | ||