summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Ripard <mripard@kernel.org>2026-05-27 11:41:35 +0300
committerArnd Bergmann <arnd@arndb.de>2026-06-09 12:21:21 +0300
commitfcc95f6eb9e73e02e276a08f88b491ffd3dd034c (patch)
treed545c22fe3e0349899d86e09d712f5e8c2df3bb3
parentae371a58117d30a496e3be27cce8d9d13acdd740 (diff)
downloadlinux-fcc95f6eb9e73e02e276a08f88b491ffd3dd034c.tar.xz
ARM: multi_v7_defconfig: Enable dma-buf heaps
Now that the system and CMA heaps can be built as modules, enable both as modules in the arm multi_v7_defconfig. Suggested-by: Andrew Davis <afd@ti.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://lore.kernel.org/r/20260527084135.842736-1-mripard@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm/configs/multi_v7_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 2891eeba9032..3345a8eb8422 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1075,6 +1075,9 @@ CONFIG_RENESAS_USB_DMAC=m
CONFIG_STM32_DMA=y
CONFIG_STM32_DMAMUX=y
CONFIG_STM32_MDMA=y
+CONFIG_DMABUF_HEAPS=y
+CONFIG_DMABUF_HEAPS_SYSTEM=m
+CONFIG_DMABUF_HEAPS_CMA=m
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_MMIO=y
CONFIG_STAGING=y