summaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig
diff options
context:
space:
mode:
authorGreg Ungerer2011-10-18 07:49:19 +0200
committerGreg Ungerer2011-12-24 12:47:57 +0100
commit7f73bafc4630a450ebe8b021efa14781ffd992b1 (patch)
tree81d6448d479d48e5c93f6a444a6e5431a63aff4a /arch/m68k/Kconfig
parentm68k: make fp register stores consistent for m68k and ColdFire (diff)
downloadkernel-qcow2-linux-7f73bafc4630a450ebe8b021efa14781ffd992b1.tar.gz
kernel-qcow2-linux-7f73bafc4630a450ebe8b021efa14781ffd992b1.tar.xz
kernel-qcow2-linux-7f73bafc4630a450ebe8b021efa14781ffd992b1.zip
m68k: simpler m68k and ColdFire CPU's can use generic csum code
We have two implementations of the IP checksuming code for the m68k arch. One uses the more advanced instructions available in 68020 and above processors, the other uses the simpler instructions available on the original 68000 processors and the modern ColdFire processors. This simpler code is pretty much the same as the generic lib implementation of the IP csum functions. So lets just switch over to using that. That means we can completely remove the checksum_no.c file, and only have the local fast code used for the more complex 68k CPU family members. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r--arch/m68k/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 2914b036d76e..2fe2d633fe08 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -40,6 +40,9 @@ config GENERIC_CALIBRATE_DELAY
config GENERIC_IOMAP
def_bool MMU
+config GENERIC_CSUM
+ bool
+
config TIME_LOW_RES
bool
default y