summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gorski2025-05-04 14:40:11 +0000
committerJonas Gorski2025-05-05 10:23:29 +0000
commit3f7f6079fc1c2f812c5253364911b271257eb21e (patch)
treef0dd54f8d84df2a67a96186af3ff47232269716f
parentde980e67b6c8d863ef22dc80bc33be9f3bd201b8 (diff)
downloadopenwrt-3f7f6079fc1c2f812c5253364911b271257eb21e.tar.gz
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 <jonas.gorski@gmail.com>
-rw-r--r--package/kernel/linux/modules/iio.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk
index b82de58cdc..bd6a77f720 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 \