aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2012-08-09 09:35:33 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-08-23 23:44:11 -0400
commit7811aa94f45474fea070c327d5edfe7bc4b15d2a (patch)
tree1eb69a2915c3ff62eed0cb274c2d2b94bce36bc1
parent7e4f03657d3751adda76f1fecf12283bf8082af8 (diff)
ARM: imx/imx31-dt: drop selecting USE_OF
since commit 3e62af8 (ARM: imx: select USE_OF) ARM_MXC already selects USE_OF, so there is no need to repeat it for MACH_IMX31_DT Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index afd542ad6f97..156c98629624 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -561,7 +561,6 @@ config MACH_BUG
561config MACH_IMX31_DT 561config MACH_IMX31_DT
562 bool "Support i.MX31 platforms from device tree" 562 bool "Support i.MX31 platforms from device tree"
563 select SOC_IMX31 563 select SOC_IMX31
564 select USE_OF
565 help 564 help
566 Include support for Freescale i.MX31 based platforms 565 Include support for Freescale i.MX31 based platforms
567 using the device tree for discovery. 566 using the device tree for discovery.