Skip to content

Commit

Permalink
Merge "defconfig: qcs405: Enable CNSS TIMESYNC config"
Browse files Browse the repository at this point in the history
  • Loading branch information
qctecmdr authored and Gerrit - the friendly Code Review server committed Feb 8, 2020
2 parents fbb4e31 + dd445c0 commit f9eabdb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/vendor/qcs405-perf_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,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
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/vendor/qcs405_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,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
Expand Down
9 changes: 9 additions & 0 deletions drivers/soc/qcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9eabdb

Please sign in to comment.