defconfig: msm: Add support for SMD-RPM clocks
SMD-RPM clocks are required to be enabled for sending clocks requests to RPM owned clocks. Also cleanup the CONFIG_MSM_MDSS_PLL which no longer required as we select CONFIG_COMMON_CLK. Change-Id: I805df626d85e8d19f3d9f44dd05011713bd22d1e Signed-off-by: Taniya Das <tdas@codeaurora.org>
This commit is contained in:
parent
713867d88f
commit
a4cd7d61cc
3 changed files with 3 additions and 1 deletions
|
@ -420,7 +420,7 @@ CONFIG_IPA3=y
|
|||
CONFIG_RMNET_IPA3=y
|
||||
CONFIG_GPIO_USB_DETECT=y
|
||||
CONFIG_USB_BAM=y
|
||||
CONFIG_MSM_MDSS_PLL=y
|
||||
CONFIG_QCOM_CLK_SMD_RPM=y
|
||||
CONFIG_REMOTE_SPINLOCK_MSM=y
|
||||
CONFIG_ARM_SMMU=y
|
||||
CONFIG_IOMMU_DEBUG=y
|
||||
|
|
|
@ -473,6 +473,7 @@ CONFIG_RMNET_IPA3=y
|
|||
CONFIG_GPIO_USB_DETECT=y
|
||||
CONFIG_SEEMP_CORE=y
|
||||
CONFIG_USB_BAM=y
|
||||
CONFIG_QCOM_CLK_SMD_RPM=y
|
||||
CONFIG_REMOTE_SPINLOCK_MSM=y
|
||||
CONFIG_IOMMU_IO_PGTABLE_FAST=y
|
||||
CONFIG_ARM_SMMU=y
|
||||
|
|
|
@ -483,6 +483,7 @@ CONFIG_RMNET_IPA3=y
|
|||
CONFIG_GPIO_USB_DETECT=y
|
||||
CONFIG_SEEMP_CORE=y
|
||||
CONFIG_USB_BAM=y
|
||||
CONFIG_QCOM_CLK_SMD_RPM=y
|
||||
CONFIG_REMOTE_SPINLOCK_MSM=y
|
||||
CONFIG_IOMMU_IO_PGTABLE_FAST=y
|
||||
CONFIG_IOMMU_IO_PGTABLE_FAST_SELFTEST=y
|
||||
|
|
Loading…
Add table
Reference in a new issue