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>
This commit is contained in:
parent
de980e67b6
commit
3f7f6079fc
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ IIO_MENU:=Industrial I/O Modules
|
||||||
define KernelPackage/iio-core
|
define KernelPackage/iio-core
|
||||||
SUBMENU:=$(IIO_MENU)
|
SUBMENU:=$(IIO_MENU)
|
||||||
TITLE:=Industrial IO core
|
TITLE:=Industrial IO core
|
||||||
|
DEPENDS:=+!LINUX_6_6:kmod-dma-buf
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_IIO \
|
CONFIG_IIO \
|
||||||
CONFIG_IIO_BUFFER=y \
|
CONFIG_IIO_BUFFER=y \
|
||||||
|
|
Loading…
Reference in a new issue