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

Commit 3b874939 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

Kconfig: add avtimer config for trinket



Avtimer driver is used by camera to get
timestamp from ADSP on trinket. Add
required config so to enable it in defconfig.

Change-Id: Ida097b0eb125f395ed7b34db0ad67a72ebdb5091
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 1df57774
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -702,6 +702,15 @@ config MSM_EVENT_TIMER
	  monitor events that require the core to be awake and ready to
	  monitor events that require the core to be awake and ready to
	  handle the event.
	  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
config MSM_PM
	depends on PM
	depends on PM
	select MSM_IDLE_STATS if DEBUG_FS
	select MSM_IDLE_STATS if DEBUG_FS