Hi Kukjin, Today's linux-next merge of the s5p tree got a conflict in arch/arm/Kconfig between commit 5f23188e036a ("ARM: 6900/1: Suspend: Fix build error on ARCH_S5PC100") from the arm tree and commit a73ddc61e8f1 ("ARM: S5P6442: Removing ARCH_S5P6442") from the s5p tree. I fixed it up (see below) anc can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc arch/arm/Kconfig index af8e274,e81c72c..0000000 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@@ -2021,7 -1998,7 +2009,7 @@@ menu "Power management options source "kernel/power/Kconfig" config ARCH_SUSPEND_POSSIBLE - depends on !ARCH_S5P64X0 && !ARCH_S5P6442 && !ARCH_S5PC100 - depends on !ARCH_S5P64X0 ++ depends on !ARCH_S5P64X0 && !ARCH_S5PC100 depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE def_bool y -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html