diff options
author | dissent1 <be.dissent+github@gmail.com> | 2016-11-03 18:07:31 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-16 10:59:30 +0100 |
commit | 07d0c1b947e6bbda527ee47458aa3964359d5644 (patch) | |
tree | 45aa9e06aa6c307e1a9d3db17845ac70d59d8178 /target/linux/ipq806x/config-4.4 | |
parent | 506dc815b9fc6869402c6a0157a1bdf27a89b9a3 (diff) | |
download | upstream-07d0c1b947e6bbda527ee47458aa3964359d5644.tar.gz upstream-07d0c1b947e6bbda527ee47458aa3964359d5644.tar.bz2 upstream-07d0c1b947e6bbda527ee47458aa3964359d5644.zip |
ipq806x: add support for RPM clock controller
The patch #179 for RPM has initially been made for apq806x board. It has been modified to support ipq806x instead of apq8064.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/config-4.4')
-rw-r--r-- | target/linux/ipq806x/config-4.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-4.4 b/target/linux/ipq806x/config-4.4 index 7094965dd2..a392cb23ac 100644 --- a/target/linux/ipq806x/config-4.4 +++ b/target/linux/ipq806x/config-4.4 @@ -341,11 +341,13 @@ CONFIG_PRINTK_TIME=y CONFIG_PTP_1588_CLOCK=y CONFIG_QCOM_ADM=y CONFIG_QCOM_BAM_DMA=y +CONFIG_QCOM_CLK_RPM=y CONFIG_QCOM_GDSC=y CONFIG_QCOM_GSBI=y CONFIG_QCOM_HFPLL=y CONFIG_QCOM_PM=y CONFIG_QCOM_QFPROM=y +CONFIG_QCOM_RPMCC=y CONFIG_QCOM_SCM=y CONFIG_QCOM_SCM_32=y # CONFIG_QCOM_SMD is not set |