powerpc/configs: Rename foo_basic_defconfig to foo_base.config
commit58b12eb28e34d3dd8a2d6743c26bf941ca1fbf37
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 28 May 2019 08:16:14 +0000 (28 18:16 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 28 Oct 2019 10:54:16 +0000 (28 21:54 +1100)
treeb2b073e3ce21f41ace05ecb766af0e38d2714229
parentc1bc6f93f95970f917caaac544a374862e84df52
powerpc/configs: Rename foo_basic_defconfig to foo_base.config

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. And in fact if you build
it as a "defconfig" that one symbol ends up undefined, because its
prerequisites are missing.

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 and are instaed
just fragments that are used to generate real defconfigs.

Reported-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190528081614.26096-1-mpe@ellerman.id.au
arch/powerpc/Makefile
arch/powerpc/configs/corenet_base.config [moved from arch/powerpc/configs/corenet_basic_defconfig with 100% similarity]
arch/powerpc/configs/mpc85xx_base.config [moved from arch/powerpc/configs/mpc85xx_basic_defconfig with 100% similarity]
arch/powerpc/configs/mpc86xx_base.config [moved from arch/powerpc/configs/mpc86xx_basic_defconfig with 100% similarity]