msm: defconfig : Adding support for IPCC driver for Niobe

Enabling IPCC configs for niobe and updating modules.list.msm.niobe.

Change-Id: I158c37f46183f6b81d3be17fda4cc1d344e6d84c
Signed-off-by: Amrit Anand <quic_amrianan@quicinc.com>
This commit is contained in:
Amrit Anand 2023-10-31 10:29:32 +05:30
parent 5574786c6c
commit d271f59032
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ CONFIG_QCOM_DMABUF_HEAPS_SYSTEM=y
CONFIG_QCOM_GDSC_REGULATOR=m
# CONFIG_QCOM_IOMMU_DEBUG is not set
CONFIG_QCOM_IOMMU_UTIL=m
CONFIG_QCOM_IPCC=m
CONFIG_QCOM_LAZY_MAPPING=m
CONFIG_QCOM_MEM_BUF=m
CONFIG_QCOM_MEM_BUF_DEV=m

View File

@ -19,3 +19,4 @@ pinctrl-niobe.ko
qcom_hwspinlock.ko
smem.ko
socinfo.ko
qcom-ipcc.ko

View File

@ -18,6 +18,7 @@ def define_niobe():
"drivers/iommu/msm_dma_iommu_mapping.ko",
"drivers/iommu/qcom_iommu_util.ko",
"drivers/irqchip/qcom-pdc.ko",
"drivers/mailbox/qcom-ipcc.ko",
"drivers/pinctrl/qcom/pinctrl-msm.ko",
"drivers/pinctrl/qcom/pinctrl-niobe.ko",
"drivers/regulator/stub-regulator.ko",