]> git.baikalelectronics.ru Git - kernel.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)
commitc58ef6e6669f47df1a63a96bdf4fe947ec31c97a
tree1fe1135190ec9e45926de3d34bf70482d6563d49
parentb29581da388f0747803f853e18a8d8f3d44468c8
powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TEST

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

Since we merged the thin archives support in commit 72ed16803f12 ("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