Merge "defconfig: msmcortex: Enable CONFIG_MSM_AVTIMER"
This commit is contained in:
commit
e0eaae1dad
3 changed files with 3 additions and 1 deletions
|
@ -518,6 +518,7 @@ CONFIG_TRACER_PKT=y
|
|||
CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y
|
||||
CONFIG_MSM_MPM_OF=y
|
||||
CONFIG_MSM_EVENT_TIMER=y
|
||||
CONFIG_MSM_AVTIMER=y
|
||||
CONFIG_MSM_CORE_CTL_HELPER=y
|
||||
CONFIG_QCOM_REMOTEQDSS=y
|
||||
CONFIG_MSM_RPM_RBCPR_STATS_V2_LOG=y
|
||||
|
|
|
@ -538,6 +538,7 @@ CONFIG_TRACER_PKT=y
|
|||
CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y
|
||||
CONFIG_MSM_MPM_OF=y
|
||||
CONFIG_MSM_EVENT_TIMER=y
|
||||
CONFIG_MSM_AVTIMER=y
|
||||
CONFIG_MSM_CORE_CTL_HELPER=y
|
||||
CONFIG_QCOM_REMOTEQDSS=y
|
||||
CONFIG_MSM_SERVICE_NOTIFIER=y
|
||||
|
|
|
@ -669,7 +669,7 @@ config MSM_EVENT_TIMER
|
|||
|
||||
config MSM_AVTIMER
|
||||
tristate "Avtimer Driver"
|
||||
depends on MSM_QDSP6_APRV2 || MSM_QDSP6_APRV3
|
||||
depends on MSM_QDSP6_APRV2 || MSM_QDSP6_APRV3 || MSM_QDSP6_APRV2_GLINK
|
||||
help
|
||||
This driver gets the Q6 out of power collapsed state and
|
||||
exposes ioctl control to read avtimer tick.
|
||||
|
|
Loading…
Add table
Reference in a new issue