From a61d20bf3045079251008304a198b837d4d44e24 Mon Sep 17 00:00:00 2001 From: Chris Goldsworthy Date: Sun, 20 Nov 2022 20:41:13 -0800 Subject: [PATCH] defconfig: pinapple_tuivm: Enable mem_buf Enable mem_buf along with the DMA-BUF carveout heap, in order to allow mem_buf users to compile their code. Change-Id: Ic8e581b9e9c4b293d0ab1c560e231ae53da72283 Signed-off-by: Chris Goldsworthy --- arch/arm64/configs/vendor/pineapple_tuivm.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/configs/vendor/pineapple_tuivm.config b/arch/arm64/configs/vendor/pineapple_tuivm.config index 29d315979615..bac879c8103f 100644 --- a/arch/arm64/configs/vendor/pineapple_tuivm.config +++ b/arch/arm64/configs/vendor/pineapple_tuivm.config @@ -35,7 +35,14 @@ CONFIG_PINCONF=y CONFIG_PINCTRL_MSM=y CONFIG_PINCTRL_PINEAPPLE=y CONFIG_PROC_CHILDREN=y +CONFIG_QCOM_DMABUF_HEAPS=y +CONFIG_QCOM_DMABUF_HEAPS_CARVEOUT=y CONFIG_QCOM_IOMMU_UTIL=y +CONFIG_QCOM_MEM_BUF=y +CONFIG_QCOM_MEM_BUF_DEV=y +CONFIG_QCOM_MEM_BUF_DEV_GH=y +CONFIG_QCOM_MEM_BUF_GH=y +CONFIG_QCOM_MEM_BUF_MSGQ=y CONFIG_QCOM_SCM=y CONFIG_QCOM_TLMM_VM_IRQCHIP=y CONFIG_TMPFS_XATTR=y