summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Kconfig
diff options
context:
space:
mode:
authorRemis Lima Baima2009-06-18 19:55:32 +0200
committerMichal Simek2009-07-06 10:26:52 +0200
commit14f8738976991d2f8fb6ab6e10e9003562c3d6bb (patch)
tree1deca31ee3be5e6632bfc2fa3da9e7b4679780ea /arch/microblaze/Kconfig
parentmicroblaze: fall back on generic header files for the ABI (diff)
downloadkernel-qcow2-linux-14f8738976991d2f8fb6ab6e10e9003562c3d6bb.tar.gz
kernel-qcow2-linux-14f8738976991d2f8fb6ab6e10e9003562c3d6bb.tar.xz
kernel-qcow2-linux-14f8738976991d2f8fb6ab6e10e9003562c3d6bb.zip
microblaze: use the generic lib/checksum.c
The microblaze checksum code is mostly identical to the asm-generic+lib version, so use that instead. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r--arch/microblaze/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index b50b845fdd50..2db722d80d4d 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -53,6 +53,9 @@ config GENERIC_HARDIRQS_NO__DO_IRQ
config GENERIC_GPIO
def_bool y
+config GENERIC_CSUM
+ def_bool y
+
config PCI
def_bool n