summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2015-04-03 13:56:36 -0700
committerOlof Johansson <olof@lixom.net>2015-04-03 13:56:36 -0700
commitc4c14f393fe4991a423c21516511ff1011140143 (patch)
tree469dab463752b815968bb947ef6234a781decff5 /arch/arm/configs
parent5602d12a861340e9ed2c17cdefc500fa12b52446 (diff)
parentdc98b0cb6175016f31c8ef1685dd0d69476aa495 (diff)
Merge tag 'imx-cleanup-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/cleanup
Merge "ARM: imx: cleanup for 4.1" from Shawn Guo: The i.MX cleanup for v4.1: - Convert i.MX25 to be a DT only platform and remove the code that is only used by non-DT support - A couple trivial cleanup on iomux-v3 code * tag 'imx-cleanup-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: imx_v4_v5_defconfig: Remove CONFIG_MACH_MX25_3DS ARM: mx25: Remove imxdi_rtc platform code ARM: mx25: Remove "mx25.h" header file ARM: mx25: Remove static memory mapping ARM: mx25: Retrieve IIM base from dt ARM: mx25: Remove mx25_clocks_init() ARM: mx25: Remove platform code support files ARM: mx25: Convert to a dt-only platform ARM: imx25: Remove eukrea mx25 board files ARM: mx25: Remove mach-mx25_3ds board file ARM: imx: Fix trivial typo in comments ARM: imx: Kconfig: Fix grammar in help text ARM: imx/iomux-v3: allow pad_list to be const Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/imx_v4_v5_defconfig3
-rw-r--r--arch/arm/configs/multi_v5_defconfig2
2 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index e6b0007355f8..af07e058ba11 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -24,9 +24,8 @@ CONFIG_ARCH_MXC=y
CONFIG_MACH_SCB9328=y
CONFIG_MACH_APF9328=y
CONFIG_MACH_MX21ADS=y
-CONFIG_MACH_MX25_3DS=y
CONFIG_MACH_EUKREA_CPUIMX25SD=y
-CONFIG_MACH_IMX25_DT=y
+CONFIG_SOC_IMX25=y
CONFIG_MACH_MX27ADS=y
CONFIG_MACH_MX27_3DS=y
CONFIG_MACH_IMX27_VISSTRIM_M10=y
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig
index 9d56781a8f80..f69a459f4f92 100644
--- a/arch/arm/configs/multi_v5_defconfig
+++ b/arch/arm/configs/multi_v5_defconfig
@@ -13,7 +13,7 @@ CONFIG_ARCH_MVEBU=y
CONFIG_MACH_KIRKWOOD=y
CONFIG_MACH_NETXBIG=y
CONFIG_ARCH_MXC=y
-CONFIG_MACH_IMX25_DT=y
+CONFIG_SOC_IMX25=y
CONFIG_MACH_IMX27_DT=y
CONFIG_ARCH_U300=y
CONFIG_PCI_MVEBU=y