[PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig

Cyril Bur cyrilbur at gmail.com
Fri May 15 15:47:09 AEST 2015


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. Enable XMON_DEFAULT for little endian.

Signed-off-by: Cyril Bur <cyrilbur at gmail.com>
---
 arch/powerpc/configs/pseries_le_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/configs/pseries_le_defconfig b/arch/powerpc/configs/pseries_le_defconfig
index 09bc96e..2497c7d 100644
--- a/arch/powerpc/configs/pseries_le_defconfig
+++ b/arch/powerpc/configs/pseries_le_defconfig
@@ -298,6 +298,7 @@ CONFIG_CODE_PATCHING_SELFTEST=y
 CONFIG_FTR_FIXUP_SELFTEST=y
 CONFIG_MSI_BITMAP_SELFTEST=y
 CONFIG_XMON=y
+CONFIG_XMON_DEFAULT=y
 CONFIG_CRYPTO_TEST=m
 CONFIG_CRYPTO_PCBC=m
 CONFIG_CRYPTO_HMAC=y
-- 
1.9.1



More information about the Linuxppc-dev mailing list