[openwrt/openwrt] kernel: kmod-industrialio-backend: Mark hidden

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 25 16:47:39 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/858ce9ad1e74df49ecce6be8755cfdc4a8a06f96

commit 858ce9ad1e74df49ecce6be8755cfdc4a8a06f96
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 18:38:49 2025 +0200

    kernel: kmod-industrialio-backend: Mark hidden
    
    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 at hauke-m.de>
---
 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 d3bc1686ac..99fe30b96c 100644
--- a/package/kernel/linux/modules/iio.mk
+++ b/package/kernel/linux/modules/iio.mk
@@ -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)




More information about the lede-commits mailing list