diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-06-08 01:43:00 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-27 03:28:50 -0400 |
commit | dfe1d26d4a90287ede6b5376967375e1f8af3434 (patch) | |
tree | 2a470773790399e21a80346c908346e07d5f3ba4 /arch/m68k/Kconfig.cpu | |
parent | dffc5837d80451e7fa3505ddc2e6c2fd4546641f (diff) |
m68knommu: Allow ColdFire CPUs to use unaligned accesses
All of the current Linux supported ColdFire CPUs handle unaligned
memory accesses. So remove the CONFIG_CPU_HAS_NO_UNALIGNED option
selection for ColdFire. If we ever support a specific ColdFire CPU
that does not support unaligned accesses then we can insert the
CONFIG_CPU_HAS_NO_UNALIGNED for that specific CPU type.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig.cpu')
-rw-r--r-- | arch/m68k/Kconfig.cpu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index d4f3a9839cff..06fa0c37ab6e 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu | |||
@@ -27,7 +27,6 @@ config COLDFIRE | |||
27 | select ARCH_HAVE_CUSTOM_GPIO_H | 27 | select ARCH_HAVE_CUSTOM_GPIO_H |
28 | select CPU_HAS_NO_BITFIELDS | 28 | select CPU_HAS_NO_BITFIELDS |
29 | select CPU_HAS_NO_MULDIV64 | 29 | select CPU_HAS_NO_MULDIV64 |
30 | select CPU_HAS_NO_UNALIGNED | ||
31 | select GENERIC_CSUM | 30 | select GENERIC_CSUM |
32 | 31 | ||
33 | endchoice | 32 | endchoice |