Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cac96b4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: Enable MSM_QMP and QMP debugfs client on lito"

parents 9dd88d96 ec22da18
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -1296,6 +1296,13 @@
		mbox-desc-offset = <0x0>;
		mbox-desc-offset = <0x0>;
		#mbox-cells = <1>;
		#mbox-cells = <1>;
	};
	};

	aop-msg-client {
		compatible = "qcom,debugfs-qmp-client";
		mboxes = <&qmp_aop 0>;
		mbox-names = "aop";
	};

};
};


#include "lito-pinctrl.dtsi"
#include "lito-pinctrl.dtsi"
+2 −0
Original line number Original line Diff line number Diff line
@@ -355,6 +355,7 @@ CONFIG_SM_GCC_LITO=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_MAILBOX=y
CONFIG_MAILBOX=y
CONFIG_MSM_QMP=y
CONFIG_IOMMU_IO_PGTABLE_FAST=y
CONFIG_IOMMU_IO_PGTABLE_FAST=y
CONFIG_ARM_SMMU=y
CONFIG_ARM_SMMU=y
CONFIG_QCOM_LAZY_MAPPING=y
CONFIG_QCOM_LAZY_MAPPING=y
@@ -395,6 +396,7 @@ CONFIG_QCOM_GLINK_PKT=y
CONFIG_MSM_EVENT_TIMER=y
CONFIG_MSM_EVENT_TIMER=y
CONFIG_MSM_PM=y
CONFIG_MSM_PM=y
CONFIG_QTI_RPM_STATS_LOG=y
CONFIG_QTI_RPM_STATS_LOG=y
CONFIG_QMP_DEBUGFS_CLIENT=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
CONFIG_ARM_QCOM_DEVFREQ_FW=y
CONFIG_ARM_QCOM_DEVFREQ_FW=y
CONFIG_IIO=y
CONFIG_IIO=y
+1 −3
Original line number Original line Diff line number Diff line
@@ -675,17 +675,15 @@ config QTEE_SHM_BRIDGE
	  memory sub-allocation and free from the default kernel bridge
	  memory sub-allocation and free from the default kernel bridge
	  created by bridge driver.
	  created by bridge driver.


endmenu

source "drivers/soc/qcom/memshare/Kconfig"
source "drivers/soc/qcom/memshare/Kconfig"


config QMP_DEBUGFS_CLIENT
config QMP_DEBUGFS_CLIENT
	bool "Debugfs Client to communicate with AOP using QMP protocol"
	bool "Debugfs Client to communicate with AOP using QMP protocol"
	depends on DEBUG_FS
	depends on DEBUG_FS
	default n
	help
	help
	  This options enables a driver which allows clients to send messages
	  This options enables a driver which allows clients to send messages
	  to Alway On processor using QMP transport.
	  to Alway On processor using QMP transport.
endmenu


config QCOM_HYP_CORE_CTL
config QCOM_HYP_CORE_CTL
	bool "CPU reservation scheme for Hypervisor"
	bool "CPU reservation scheme for Hypervisor"