All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/kconfig: Turn CONFIG_RELOCATABLE on
@ 2017-04-05  8:32 Balbir Singh
  2017-05-11 11:15 ` Michael Ellerman
  0 siblings, 1 reply; 2+ messages in thread
From: Balbir Singh @ 2017-04-05  8:32 UTC (permalink / raw)
  To: linuxppc-dev, Michael Ellerman

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(+)

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
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: powerpc/kconfig: Turn CONFIG_RELOCATABLE on
  2017-04-05  8:32 [PATCH] powerpc/kconfig: Turn CONFIG_RELOCATABLE on Balbir Singh
@ 2017-05-11 11:15 ` Michael Ellerman
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2017-05-11 11:15 UTC (permalink / raw)
  To: Balbir Singh, linuxppc-dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-11 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05  8:32 [PATCH] powerpc/kconfig: Turn CONFIG_RELOCATABLE on Balbir Singh
2017-05-11 11:15 ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.