aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-02-15 10:32:02 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2019-02-22 00:10:14 +1100
commitd065ee93aab6ef4c2a5af5c455b5044bd5136547 (patch)
tree7c4dec880fc70beb55647740e69d8c4b156c34c1 /arch/powerpc/Kconfig
parentpowerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction (diff)
downloadlinux-dev-d065ee93aab6ef4c2a5af5c455b5044bd5136547.tar.xz
linux-dev-d065ee93aab6ef4c2a5af5c455b5044bd5136547.zip
powerpc: drop unused GENERIC_CSUM Kconfig item
Commit d4fde568a34a ("powerpc/64: Use optimized checksum routines on little-endian") converted last powerpc user of GENERIC_CSUM. This patch does a final cleanup dropping the Kconfig GENERIC_CSUM option which is always 'n', and associated piece of code in asm/checksum.h Fixes: d4fde568a34a ("powerpc/64: Use optimized checksum routines on little-endian") Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 8af6a7d93148..3db58fcfb0b2 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -247,9 +247,6 @@ config PPC_BARRIER_NOSPEC
default y
depends on PPC_BOOK3S_64 || PPC_FSL_BOOK3E
-config GENERIC_CSUM
- def_bool n
-
config EARLY_PRINTK
bool
default y