diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 07:42:58 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:13:32 -0500 |
commit | ddf9ddacef0989fdeb22e182212a232488f0f3ad (patch) | |
tree | c2e2ef3b0a65ec41fd8b20cae5b10ec9ace3b158 /arch/blackfin/Kconfig | |
parent | 3ea6b3d0e6d0ffd91c0f8cadeb69b7133c038b32 (diff) |
Blackfin: convert to generic checksum code
The Blackfin port only implemented an optimized version of the
csum_tcpudp_nofold function, so convert everything else to the new
generic code.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index ae6a60f10120..c0d444535611 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -28,6 +28,9 @@ config BLACKFIN | |||
28 | select HAVE_OPROFILE | 28 | select HAVE_OPROFILE |
29 | select ARCH_WANT_OPTIONAL_GPIOLIB | 29 | select ARCH_WANT_OPTIONAL_GPIOLIB |
30 | 30 | ||
31 | config GENERIC_CSUM | ||
32 | def_bool y | ||
33 | |||
31 | config GENERIC_BUG | 34 | config GENERIC_BUG |
32 | def_bool y | 35 | def_bool y |
33 | depends on BUG | 36 | depends on BUG |