]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TEST
authorNicholas Piggin <npiggin@gmail.com>
Wed, 19 Oct 2016 03:16:00 +0000 (14:16 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 1 May 2017 08:54:01 +0000 (18:54 +1000)
commit084a275e4c9477c432b05e872c3a297eab41638a
tree1fe1135190ec9e45926de3d34bf70482d6563d49
parent8915bcd68b2547c819b8a2a33c098121af9accb2
powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TEST

This was a hack we added to work around the allmodconfig build breaking, see
commit fb43e8477ed9 ("powerpc: Disable RELOCATABLE for COMPILE_TEST with
PPC64").

Since we merged the thin archives support in commit 43c9127d94d6 ("powerpc: Add
option to use thin archives") this hasn't been necessary, so remove it.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig