defconfig: Enable RPMH, PDC and CMD DB for niobe

This change enables RPMH, PDC and CMD DB drivers.

Change-Id: Ia6b972ce02fc5b5f8d2a631287b288378aa62f90
Signed-off-by: Tushar Nimkar <quic_tnimkar@quicinc.com>
This commit is contained in:
Tushar Nimkar 2023-10-03 10:20:35 +05:30
parent 21deffef7d
commit 7322903aef
3 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ CONFIG_COMMON_CLK_QCOM=m
CONFIG_LOCALVERSION="-gki"
# CONFIG_MODULE_SIG_ALL is not set
# CONFIG_MSM_HAB is not set
CONFIG_QCOM_COMMAND_DB=m
CONFIG_QCOM_DMABUF_HEAPS=m
CONFIG_QCOM_DMABUF_HEAPS_CARVEOUT=y
CONFIG_QCOM_DMABUF_HEAPS_CMA=y
@ -23,5 +24,7 @@ CONFIG_QCOM_IOMMU_UTIL=m
CONFIG_QCOM_LAZY_MAPPING=m
CONFIG_QCOM_MEM_BUF=m
CONFIG_QCOM_MEM_BUF_DEV=m
CONFIG_QCOM_PDC=m
CONFIG_QCOM_RPMH=m
CONFIG_QCOM_SCM=m
CONFIG_REGULATOR_STUB=m

View File

@ -2,6 +2,9 @@
# Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
qcom-scm.ko
mem_buf.ko
cmd-db.ko
qcom-pdc.ko
qcom_rpmh.ko
mem_buf_dev.ko
msm_dma_iommu_mapping.ko
qcom_dma_heaps.ko

View File

@ -16,9 +16,12 @@ def define_niobe():
"drivers/iommu/arm/arm-smmu/arm_smmu.ko",
"drivers/iommu/msm_dma_iommu_mapping.ko",
"drivers/iommu/qcom_iommu_util.ko",
"drivers/irqchip/qcom-pdc.ko",
"drivers/regulator/stub-regulator.ko",
"drivers/soc/qcom/cmd-db.ko",
"drivers/soc/qcom/mem_buf/mem_buf.ko",
"drivers/soc/qcom/mem_buf/mem_buf_dev.ko",
"drivers/soc/qcom/qcom_rpmh.ko",
]
_niobe_consolidate_in_tree_modules = _niobe_in_tree_modules + [