diff mbox

powerpc/kconfig: Turn CONFIG_RELOCATABLE on

Message ID 1491381158.28260.36.camel@gmail.com (mailing list archive)
State Changes Requested
Headers show

Commit Message

Balbir Singh April 5, 2017, 8:32 a.m. UTC
Most distros will want it on by default and I've missed
turning it on during developer testing. Having it on ensures
we are testing our patches with the config enabled.

Signed-off-by: Balbir Singh <bsingharora@gmail.com>
---
 arch/powerpc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Ellerman May 11, 2017, 11:15 a.m. UTC | #1
On Wed, 2017-05-04 at 08:32:38 UTC, Balbir Singh wrote:
> Most distros will want it on by default and I've missed
> turning it on during developer testing. Having it on ensures
> we are testing our patches with the config enabled.

I agree, but I think we should do it in the defconfigs instead.

cheers
diff mbox

Patch

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index e0120ce..22584e5 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -494,6 +494,7 @@  config RELOCATABLE
 	depends on (PPC64 && !COMPILE_TEST) || (FLATMEM && (44x || FSL_BOOKE))
 	select NONSTATIC_KERNEL
 	select MODULE_REL_CRCS if MODVERSIONS
+	default y
 	help
 	  This builds a kernel image that is capable of running at the
 	  location the kernel is loaded at. For ppc32, there is no any