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 <quic_cgoldswo@quicinc.com>
This commit is contained in:
Chris Goldsworthy 2022-11-20 20:41:13 -08:00
parent ebc19c39b2
commit a61d20bf30

View File

@ -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