Hi Rafael, Today's linux-next merge of the pm tree got a conflict in drivers/cpuidle/Kconfig.arm between commit 2aaafcdb6883 ("cpuidle: big.LITTLE: Add ARCH_EXYNOS entry in config") from the arm-soc tree and commit 6ee7f5dd57fc ("cpuidle: big_little: Fix build error") from the pm tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/cpuidle/Kconfig.arm index 33fc0ff0af1c,a186dec8e5df..000000000000 --- a/drivers/cpuidle/Kconfig.arm +++ b/drivers/cpuidle/Kconfig.arm @@@ -1,9 -1,16 +1,10 @@@ # # ARM CPU Idle drivers # -config ARM_ARMADA_370_XP_CPUIDLE - bool "CPU Idle Driver for Armada 370/XP family processors" - depends on ARCH_MVEBU - help - Select this to enable cpuidle on Armada 370/XP processors. - config ARM_BIG_LITTLE_CPUIDLE bool "Support for ARM big.LITTLE processors" - depends on ARCH_VEXPRESS_TC2_PM + depends on ARCH_VEXPRESS_TC2_PM || ARCH_EXYNOS + depends on MCPM select ARM_CPU_SUSPEND select CPU_IDLE_MULTIPLE_DRIVERS help