From: Subbaraman Narayanamurthy Date: Fri, 8 Apr 2016 20:18:50 +0000 (-0700) Subject: defconfig: arm64: msmcortex: enable QPNP_POWER_ON support for msmcobalt X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f1178fd569a3a1f20bc90abba06b82d6fe25b794;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git defconfig: arm64: msmcortex: enable QPNP_POWER_ON support for msmcobalt Enable QPNP_POWER_ON device support for msmcobalt platform so that the power-on/off reasons of PMIC PON devices can be printed out during bootup. Also, based on the reset type, PON devices needs to be configured as per the hardware documentation. CRs-Fixed: 1001210 Change-Id: I3db5f233e7c182e330f5144b4ab0d0769abf4a8d Signed-off-by: Subbaraman Narayanamurthy --- diff --git a/arch/arm64/configs/msmcortex-perf_defconfig b/arch/arm64/configs/msmcortex-perf_defconfig index 2409da1cf751..c5eb124bb1bb 100644 --- a/arch/arm64/configs/msmcortex-perf_defconfig +++ b/arch/arm64/configs/msmcortex-perf_defconfig @@ -275,6 +275,7 @@ CONFIG_PPPOPNS=y CONFIG_USB_USBNET=y CONFIG_WCNSS_MEM_PRE_ALLOC=y CONFIG_CLD_LL_CORE=y +CONFIG_QPNP_POWER_ON=y CONFIG_INPUT_EVDEV=y CONFIG_INPUT_KEYRESET=y CONFIG_INPUT_TOUCHSCREEN=y diff --git a/arch/arm64/configs/msmcortex_defconfig b/arch/arm64/configs/msmcortex_defconfig index d9a23511a528..430ca30fd215 100644 --- a/arch/arm64/configs/msmcortex_defconfig +++ b/arch/arm64/configs/msmcortex_defconfig @@ -275,6 +275,7 @@ CONFIG_PPPOLAC=y CONFIG_PPPOPNS=y CONFIG_WCNSS_MEM_PRE_ALLOC=y CONFIG_CLD_LL_CORE=y +CONFIG_QPNP_POWER_ON=y CONFIG_INPUT_EVDEV=y CONFIG_INPUT_KEYRESET=y # CONFIG_INPUT_MOUSE is not set