From d89608f45d7a95a07fdc60dfa4d8b360dff07aae Mon Sep 17 00:00:00 2001 From: Chris Goldsworthy Date: Thu, 16 Jun 2022 12:22:39 -0700 Subject: [PATCH] defconfig: pineapple-gki: Enable the mem-buf driver Enable our mem-buf driver on pineapple. Change-Id: If038f847b89cb37a9ba4c09679b980ed8d3b7cf1 Signed-off-by: Chris Goldsworthy --- arch/arm64/configs/vendor/pineapple_GKI.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index ab38f0305870..3c37e1487bd8 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -21,6 +21,8 @@ CONFIG_PINCTRL_PINEAPPLE=m CONFIG_QCOM_COMMAND_DB=m CONFIG_QCOM_GDSC_REGULATOR=m CONFIG_QCOM_IOMMU_UTIL=m +CONFIG_QCOM_MEM_BUF=m +CONFIG_QCOM_MEM_BUF_DEV=m # CONFIG_QCOM_MINIDUMP is not set CONFIG_QCOM_PDC=m # CONFIG_QCOM_Q6V5_ADSP is not set