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

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

Merge "defconfig: kona: enable QMP debugfs client"

parents 15933b57 e129b4d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -450,6 +450,7 @@ CONFIG_MSM_CDSP_LOADER=y
CONFIG_MSM_EVENT_TIMER=y
CONFIG_MSM_PM=y
CONFIG_QTI_RPM_STATS_LOG=y
CONFIG_QMP_DEBUGFS_CLIENT=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
CONFIG_IIO=y
CONFIG_PWM=y
+1 −0
Original line number Diff line number Diff line
@@ -464,6 +464,7 @@ CONFIG_MSM_CDSP_LOADER=y
CONFIG_MSM_EVENT_TIMER=y
CONFIG_MSM_PM=y
CONFIG_QTI_RPM_STATS_LOG=y
CONFIG_QMP_DEBUGFS_CLIENT=y
CONFIG_DEVFREQ_GOV_PASSIVE=y
CONFIG_ARM_QCOM_DEVFREQ_FW=y
CONFIG_IIO=y
+1 −1
Original line number Diff line number Diff line
@@ -107,8 +107,8 @@ static struct platform_driver aop_qmp_msg_driver = {
	.driver = {
		.name = "debugfs-qmp-client",
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = aop_qmp_match_tbl,
	},
};

builtin_platform_driver(aop_qmp_msg_driver);