From 4886a366984c50c5cb2c2da10345e7b210c6d016 Mon Sep 17 00:00:00 2001 From: David Keitel Date: Thu, 31 Mar 2016 14:29:39 -0700 Subject: [PATCH] defconfig: arm64: msm: enable service notifier and locator for msmcortex Enable the kernel client API for the service locator and notifier. Do not enable it on perf builds for performance reasons. CRs-Fixed: 999530 Change-Id: Iddb5e882e1324e0382359109b86ebcaa26b3d851 Signed-off-by: David Keitel --- arch/arm64/configs/msmcortex_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/msmcortex_defconfig b/arch/arm64/configs/msmcortex_defconfig index 1c4f9cb1393e..2d71daff30ba 100644 --- a/arch/arm64/configs/msmcortex_defconfig +++ b/arch/arm64/configs/msmcortex_defconfig @@ -463,6 +463,7 @@ CONFIG_MSM_SMP2P_TEST=y CONFIG_MSM_QMI_INTERFACE=y CONFIG_MSM_RPM_SMD=y CONFIG_QCOM_BUS_SCALING=y +CONFIG_MSM_SERVICE_LOCATOR=y CONFIG_MSM_IPC_ROUTER_SMD_XPRT=y CONFIG_MSM_SYSMON_GLINK_COMM=y CONFIG_MSM_IPC_ROUTER_GLINK_XPRT=y @@ -486,6 +487,7 @@ CONFIG_TRACER_PKT=y CONFIG_MSM_MPM_OF=y CONFIG_MSM_EVENT_TIMER=y CONFIG_MSM_CORE_CTL_HELPER=y +CONFIG_MSM_SERVICE_NOTIFIER=y CONFIG_MEM_SHARE_QMI_SERVICE=y CONFIG_EXTCON=y CONFIG_PWM=y