diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 11:00:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-14 11:00:42 -0400 |
commit | 3767f3f1ee11da55760616a2c68a09c02babdd9b (patch) | |
tree | 41f01349b06063bd9ba52c6bb852cb34797a9331 /arch/sh/Kconfig | |
parent | 2b74b85693c7c0772e8787883230cd15314555f8 (diff) |
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/Kconfig | 4 |
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 | |||
50 | def_bool y | 50 | def_bool y |
51 | depends on BUG && SUPERH32 | 51 | depends on BUG && SUPERH32 |
52 | 52 | ||
53 | config GENERIC_CSUM | ||
54 | def_bool y | ||
55 | depends on SUPERH64 | ||
56 | |||
53 | config GENERIC_FIND_NEXT_BIT | 57 | config GENERIC_FIND_NEXT_BIT |
54 | def_bool y | 58 | def_bool y |
55 | 59 | ||