diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-07-05 04:51:57 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 08:11:37 (GMT) |
commit | 7a1c0259ee2f167b4025066d26a03f992a19e65e (patch) | |
tree | 0028ebd7ce1c8311401f3dac0ba4bd4b4aad777d /arch/arm/mach-imx/devices/Kconfig | |
parent | 35e3bc535d0437ca5f32985a294703ce48c75d88 (diff) | |
download | linux-7a1c0259ee2f167b4025066d26a03f992a19e65e.tar.xz |
ARM: i.MX: Remove excess symbols ARCH_MX1, ARCH_MX25 and MACH_MX27
This patch removes excess symbols ARCH_MX1, ARCH_MX25 and MACH_MX27.
Instead we use SOC_IMX*.
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/devices/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/devices/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/devices/Kconfig b/arch/arm/mach-imx/devices/Kconfig index 73a1dce..1d2cc18 100644 --- a/arch/arm/mach-imx/devices/Kconfig +++ b/arch/arm/mach-imx/devices/Kconfig @@ -1,6 +1,6 @@ config IMX_HAVE_PLATFORM_FEC bool - default y if ARCH_MX25 || SOC_IMX27 || SOC_IMX35 + default y if SOC_IMX25 || SOC_IMX27 || SOC_IMX35 config IMX_HAVE_PLATFORM_FLEXCAN bool |