commit | 2bbc49492c28b33b76e4ef2e210ff193af7df886 | [log] [tgz] |
---|---|---|
author | Gopikrishnaiah Anandan <agopik@codeaurora.org> | Tue Aug 13 18:08:05 2013 -0400 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Jun 18 20:46:56 2014 -0700 |
tree | 6745b9f12ad57bc4307d1cfb81c269a6b3e88a83 | |
parent | b1738b43343f347fad8bcece2753ded76b657b78 [diff] |
defconfig: 8974: Enable AV timer Change enables AV timer driver which provides audio and video synchronization clock support CRs-fixed: 677082 Change-Id: I318de660e6f52d0c62bafc5cb2c9907fe007c997 Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
diff --git a/arch/arm/configs/msm8974-perf_defconfig b/arch/arm/configs/msm8974-perf_defconfig index 478e766..7308982 100755 --- a/arch/arm/configs/msm8974-perf_defconfig +++ b/arch/arm/configs/msm8974-perf_defconfig
@@ -508,3 +508,4 @@ CONFIG_MSM_RDBG=m CONFIG_DEVMEM=n CONFIG_DEVKMEM=n +CONFIG_MSM_AVTIMER=y
diff --git a/arch/arm/configs/msm8974_defconfig b/arch/arm/configs/msm8974_defconfig index c5c16c2..3fb1cb2 100755 --- a/arch/arm/configs/msm8974_defconfig +++ b/arch/arm/configs/msm8974_defconfig
@@ -564,3 +564,4 @@ CONFIG_SND_SOC_MSM_HDMI_CODEC_RX=y CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE=y CONFIG_MSM_RDBG=m +CONFIG_MSM_AVTIMER=y