summaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt2009-06-14 17:00:42 +0200
committerPaul Mundt2009-06-14 17:00:42 +0200
commit3767f3f1ee11da55760616a2c68a09c02babdd9b (patch)
tree41f01349b06063bd9ba52c6bb852cb34797a9331 /arch/sh/Kconfig
parentsh: Derive COMMAND_LINE_SIZE from asm-generic/setup.h. (diff)
downloadkernel-qcow2-linux-3767f3f1ee11da55760616a2c68a09c02babdd9b.tar.gz
kernel-qcow2-linux-3767f3f1ee11da55760616a2c68a09c02babdd9b.tar.xz
kernel-qcow2-linux-3767f3f1ee11da55760616a2c68a09c02babdd9b.zip
sh: Convert sh64 to use the generic checksum code.
This plugs in GENERIC_CSUM support on sh64, and kills off all of the old references. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 586cd045e2db..739a12d2ffb9 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -50,6 +50,10 @@ config GENERIC_BUG
def_bool y
depends on BUG && SUPERH32
+config GENERIC_CSUM
+ def_bool y
+ depends on SUPERH64
+
config GENERIC_FIND_NEXT_BIT
def_bool y