All of lore.kernel.org
 help / color / mirror / Atom feed
* adding CONFIG_MY_NEWCONFIG=y to defconfig considered harmful?
@ 2018-12-02 21:59 Nick Desaulniers
  2018-12-03  8:07 ` Ard Biesheuvel
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Desaulniers @ 2018-12-02 21:59 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: mark.rutland, will.deacon, linux-arm-kernel, ard.biesheuvel

Arnd,
I was looking through `git log arch/arm64/configs/defconfig` and
noticed a few commits like

41925a21 ("arm64: defconfig: Enable TI_SCI related configs")

that add new configs defaulted on.

How come these get turned on for the defconfigs vs a board specific config?

How come arch/arm64/config/ contains a lone defconfig (that appears to
be picking up everyone's wanted defaults) vs arch/arm/config/ having
many board specific configs?

From a continuous integration standpoint, I prefer a slimmer
defconfig, as the more we add to it, the slower the individual builds
get.  I would love to take a hacksaw to arch/arm64/configs/defconfig
(removing a bunch of stuff defaulted on), but maybe there's a strong
argument for this difference from arch/arm/configs/ that I'm not aware
of?

I was looking into this because I want to add CONFIG_RANDOMIZE_BASE=y
to the defaults, so RFC for that idea, too.
Thanks,
~Nick

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2018-12-03  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-02 21:59 adding CONFIG_MY_NEWCONFIG=y to defconfig considered harmful? Nick Desaulniers
2018-12-03  8:07 ` Ard Biesheuvel

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.