From 3f7f6079fc1c2f812c5253364911b271257eb21e Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 4 May 2025 16:40:11 +0200 Subject: [PATCH] kernel: iio: iio-core: update dependencies for 6.12 With kernel 6.11 iio-core gained a dependency to DMA_SHARED_BUFFER, so add the appropriate dependency. Signed-off-by: Jonas Gorski --- package/kernel/linux/modules/iio.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk index b82de58cdc6..bd6a77f720a 100644 --- a/package/kernel/linux/modules/iio.mk +++ b/package/kernel/linux/modules/iio.mk @@ -9,6 +9,7 @@ IIO_MENU:=Industrial I/O Modules define KernelPackage/iio-core SUBMENU:=$(IIO_MENU) TITLE:=Industrial IO core + DEPENDS:=+!LINUX_6_6:kmod-dma-buf KCONFIG:= \ CONFIG_IIO \ CONFIG_IIO_BUFFER=y \ -- 2.47.2