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

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

Merge "defconfig: Enable avtimer config for trinket"

parents 6cb9e436 3236a0f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -541,6 +541,7 @@ CONFIG_QTI_RPM_STATS_LOG=y
CONFIG_MSM_CDSP_LOADER=y
CONFIG_QCOM_SMCINVOKE=y
CONFIG_MSM_EVENT_TIMER=y
CONFIG_MSM_AVTIMER=y
CONFIG_MSM_PM=y
CONFIG_QCOM_FSA4480_I2C=y
CONFIG_MSM_PERFORMANCE=y
+1 −0
Original line number Diff line number Diff line
@@ -593,6 +593,7 @@ CONFIG_QTI_RPM_STATS_LOG=y
CONFIG_MSM_CDSP_LOADER=y
CONFIG_QCOM_SMCINVOKE=y
CONFIG_MSM_EVENT_TIMER=y
CONFIG_MSM_AVTIMER=y
CONFIG_MSM_PM=y
CONFIG_QCOM_FSA4480_I2C=y
CONFIG_MSM_PERFORMANCE=y
+9 −0
Original line number Diff line number Diff line
@@ -712,6 +712,15 @@ config MSM_EVENT_TIMER
	  monitor events that require the core to be awake and ready to
	  handle the event.

config MSM_AVTIMER
	tristate "Avtimer Driver"
	default n
	help
	  This driver gets the Q6 out of power collapsed state
	  and exposes ioctl control to read avtimer tick.
	  Enables camera to use for VT call to get avtimer
	  timestamp.

config MSM_PM
	depends on PM
	select MSM_IDLE_STATS if DEBUG_FS