diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2019-05-28 11:16:14 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-10-28 13:54:16 +0300 |
commit | 58b12eb28e34d3dd8a2d6743c26bf941ca1fbf37 (patch) | |
tree | b2b073e3ce21f41ace05ecb766af0e38d2714229 /arch/powerpc/configs/mpc86xx_base.config | |
parent | c1bc6f93f95970f917caaac544a374862e84df52 (diff) | |
download | linux-58b12eb28e34d3dd8a2d6743c26bf941ca1fbf37.tar.xz |
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
Diffstat (limited to 'arch/powerpc/configs/mpc86xx_base.config')
-rw-r--r-- | arch/powerpc/configs/mpc86xx_base.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc86xx_base.config b/arch/powerpc/configs/mpc86xx_base.config new file mode 100644 index 000000000000..67bd1fa036ee --- /dev/null +++ b/arch/powerpc/configs/mpc86xx_base.config @@ -0,0 +1,11 @@ +CONFIG_PPC_86xx=y +CONFIG_MPC8641_HPCN=y +CONFIG_SBC8641D=y +CONFIG_MPC8610_HPCD=y +CONFIG_GEF_PPC9A=y +CONFIG_GEF_SBC310=y +CONFIG_GEF_SBC610=y +CONFIG_MVME7100=y +CONFIG_HIGHMEM=y +CONFIG_KEXEC=y +CONFIG_PROC_KCORE=y |