arm64: defconfig: Enable secure buffer and system_secure heap for niobe

Enable the secure buffer driver for niobe. Also enable the
system secure dmabuf heap.

Change-Id: I60c2a3511c6ca62a03d7822d1269c599a2a16ea3
Signed-off-by: Pratyush Brahma <quic_pbrahma@quicinc.com>
This commit is contained in:
Pratyush Brahma 2024-01-02 14:12:40 +05:30
parent 7529269ecd
commit 530b05d132
3 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@ CONFIG_QCOM_DMABUF_HEAPS_CMA=y
CONFIG_QCOM_DMABUF_HEAPS_PAGE_POOL_REFILL=y
CONFIG_QCOM_DMABUF_HEAPS_SYSTEM=y
# CONFIG_QCOM_DMABUF_HEAPS_SYSTEM_MOVABLE is not set
CONFIG_QCOM_DMABUF_HEAPS_SYSTEM_SECURE=y
# CONFIG_QCOM_DMABUF_HEAPS_SYSTEM_UNCACHED is not set
# CONFIG_QCOM_DMABUF_HEAPS_TUI_CARVEOUT is not set
# CONFIG_QCOM_DMABUF_HEAPS_UBWCP is not set
@ -83,6 +84,7 @@ CONFIG_QCOM_QMI_HELPERS=m
CONFIG_QCOM_RPMH=m
CONFIG_QCOM_RPROC_COMMON=m
CONFIG_QCOM_SCM=m
CONFIG_QCOM_SECURE_BUFFER=m
CONFIG_QCOM_SMEM=m
CONFIG_QCOM_SMP2P=m
CONFIG_QCOM_SOCINFO=m

View File

@ -20,6 +20,7 @@ qcom_dma_heaps.ko
qcom_iommu_util.ko
iommu-logger.ko
arm_smmu.ko
secure_buffer.ko
clk-dummy.ko
clk-qcom.ko
qcom_cpucp.ko

View File

@ -75,6 +75,7 @@ def define_niobe():
"drivers/soc/qcom/qcom_cpucp.ko",
"drivers/soc/qcom/qcom_rpmh.ko",
"drivers/soc/qcom/qmi_helpers.ko",
"drivers/soc/qcom/secure_buffer.ko",
"drivers/soc/qcom/smem.ko",
"drivers/soc/qcom/smp2p.ko",
"drivers/soc/qcom/socinfo.ko",