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

Commit dd445c07 authored by Govind Singh's avatar Govind Singh Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: qcs405: Enable CNSS TIMESYNC config



Enable CONFIG_CNSS_TIMESYNC config to support FTM
based clock synchronization.

Change-Id: I3c177f1450c152c57776462d2be3af036ed452f9
Signed-off-by: default avatarGovind Singh <govinds@codeaurora.org>
parent 3cb214a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -465,6 +465,7 @@ CONFIG_MSM_BOOT_STATS=y
CONFIG_QCOM_DCC_V2=y
CONFIG_ICNSS=y
CONFIG_ICNSS_QMI=y
CONFIG_CNSS_TIMESYNC=y
CONFIG_QCOM_BUS_SCALING=y
CONFIG_MSM_TZ_SMMU=y
CONFIG_QCOM_GLINK=y
+1 −0
Original line number Diff line number Diff line
@@ -482,6 +482,7 @@ CONFIG_QCOM_DCC_V2=y
CONFIG_ICNSS=y
CONFIG_ICNSS_DEBUG=y
CONFIG_ICNSS_QMI=y
CONFIG_CNSS_TIMESYNC=y
CONFIG_QCOM_BUS_SCALING=y
CONFIG_MSM_TZ_SMMU=y
CONFIG_QCOM_GLINK=y
+9 −0
Original line number Diff line number Diff line
@@ -573,6 +573,15 @@ config ICNSS_QMI
	and configurations. It also send WLAN on/off control message to FW
	over QMI channel.

config CNSS_TIMESYNC
	bool "cnss TIME SYNC support"
	depends on ICNSS
	---help---
	  Say 'Y' here to enable cnss TIME SYNC support. TIME SYNC support
	  primarily consists of reading the AUDIO TIMESYNC register for
	  deriving WLAN mac time stamp relation when FTM based clock sync is
	  used.

config QCOM_EUD
	tristate "QTI Embedded USB Debugger (EUD)"
	depends on ARCH_QCOM