Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/configs: Merge pseries_defconfig and pseries_le_defconfig

These two configs should be identical with the exception of big or little
endian.

The big endian version has XMON_DEFAULT turned on while the little endian
has XMON_DEFAULT not set. It makes the most sense for defconfigs not to use
xmon by default, production systems should get back up as quickly as
possible, not sit in xmon.

In the event debugging is required, the option can be enabled or xmon=on
can be specified on commandline.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Cyril Bur and committed by
Michael Ellerman
a1c97df2 c1231a78

-1
-1
arch/powerpc/configs/pseries_defconfig
··· 297 297 CONFIG_FTR_FIXUP_SELFTEST=y 298 298 CONFIG_MSI_BITMAP_SELFTEST=y 299 299 CONFIG_XMON=y 300 - CONFIG_XMON_DEFAULT=y 301 300 CONFIG_CRYPTO_TEST=m 302 301 CONFIG_CRYPTO_PCBC=m 303 302 CONFIG_CRYPTO_HMAC=y