diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-11-15 04:06:06 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-11-15 07:50:13 -0500 |
commit | 49ea7fc094162fcaa83f5876b2090c816cc4498c (patch) | |
tree | 1272cc247f638622763cdd7e00561018ff02f48c /arch/arm/Kconfig | |
parent | b5932cc839d809a07a43b93555ccc3fbabc2a766 (diff) |
ARM: pxa: remove pxa95x support
PXA95x isn't widely used. And it adds the effort on supporting
multiple platform. So remove it.
The assumption is that nobody will miss this support. If you are
reading this text because you actually require pxa95x support on
a new kernel, we can work out a way to revert this patch or add
support to the mmp platform.
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f96dd5401336..c837293de9dc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1154,7 +1154,7 @@ config ARM_NR_BANKS | |||
1154 | config IWMMXT | 1154 | config IWMMXT |
1155 | bool "Enable iWMMXt support" | 1155 | bool "Enable iWMMXt support" |
1156 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4 | 1156 | depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4 |
1157 | default y if PXA27x || PXA3xx || PXA95x || ARCH_MMP | 1157 | default y if PXA27x || PXA3xx || ARCH_MMP |
1158 | help | 1158 | help |
1159 | Enable support for iWMMXt context switching at run time if | 1159 | Enable support for iWMMXt context switching at run time if |
1160 | running on a CPU that supports it. | 1160 | running on a CPU that supports it. |