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:
parent
5574786c6c
commit
d271f59032
1
arch/arm64/configs/vendor/niobe_GKI.config
vendored
1
arch/arm64/configs/vendor/niobe_GKI.config
vendored
@ -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
|
||||
|
@ -19,3 +19,4 @@ pinctrl-niobe.ko
|
||||
qcom_hwspinlock.ko
|
||||
smem.ko
|
||||
socinfo.ko
|
||||
qcom-ipcc.ko
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user