Re: [PATCH] powerpc/configs: Rename foo_basic_defconfig to foo_base.config
From: Michael Ellerman <hidden>
Date: 2019-10-30 12:17:20
From: Michael Ellerman <hidden>
Date: 2019-10-30 12:17:20
On Tue, 2019-05-28 at 08:16:14 UTC, Michael Ellerman wrote:
We have several "defconfigs" that are not actually full defconfigs they are just a base set of options which are then merged with other fragments to produce a working defconfig. The most obvious example is corenet_basic_defconfig which only contains one symbol CONFIG_CORENET_GENERIC=y. But there is also mpc85xx_base_defconfig which doesn't actually enable CONFIG_PPC_85xx. To avoid confusion, rename these config fragments to "foo_base.config" to make it clearer that they are not full defconfigs. Reported-by: Christophe Leroy <redacted> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Applied to powerpc next. https://git.kernel.org/powerpc/c/58b12eb28e34d3dd8a2d6743c26bf941ca1fbf37 cheers