OSDN Git Service

powerpc: Add ppc32_allmodconfig defconfig target
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 9 Jul 2018 14:24:25 +0000 (00:24 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Jul 2018 12:03:15 +0000 (22:03 +1000)
commit8db0c9d416f26018cb7cabfb0b144f5108e29735
treec7b37b469adac578fe2eaadde6a912fbe51f18ff
parent6d44acae1937b81cf8115ada8958e04f601f3f2e
powerpc: Add ppc32_allmodconfig defconfig target

Because the allmodconfig logic just sets every symbol to M or Y, it
has the effect of always generating a 64-bit config, because
CONFIG_PPC64 becomes Y.

So to make it easier for folks to test 32-bit code, provide a phony
defconfig target that generates a 32-bit allmodconfig.

The 32-bit port has several mutually exclusive CPU types, we choose
the Book3S variants as that's what the help text in Kconfig says is
most common.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Makefile
arch/powerpc/configs/book3s_32.config [new file with mode: 0644]