]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: kmod-industrialio-backend: Mark hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 16:38:49 +0000 (18:38 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:20 +0000 (01:11 +0200)
The Kernel config option CONFIG_IIO_BACKEND has no title and can not be
directly selected. Do the same for this kmod and make it hidden.

Link: https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/iio.mk

index d3bc1686acc23b07951aa50ddbeb9994c1ae8632..99fe30b96ccc6b16e0ea71fbfd34e1103392ff7c 100644 (file)
@@ -49,6 +49,7 @@ $(eval $(call KernelPackage,iio-kfifo-buf))
 
 define KernelPackage/industrialio-backend
   TITLE:=IIO Backend support
+  HIDDEN:=1
   KCONFIG=CONFIG_IIO_BACKEND
   FILES:=$(LINUX_DIR)/drivers/iio/industrialio-backend.ko
   AUTOLOAD:=$(call AutoProbe,industrialio-backend)