Searched hist:"8 db0c9d416f26018cb7cabfb0b144f5108e29735" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/configs/ |
H A D | book3s_32.config | 8db0c9d416f26018cb7cabfb0b144f5108e29735 Mon Jul 09 16:24:25 CEST 2018 Michael Ellerman <mpe@ellerman.id.au> 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>
|
/linux/arch/powerpc/ |
H A D | Makefile | diff 8db0c9d416f26018cb7cabfb0b144f5108e29735 Mon Jul 09 16:24:25 CEST 2018 Michael Ellerman <mpe@ellerman.id.au> 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>
|