From 858ce9ad1e74df49ecce6be8755cfdc4a8a06f96 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 20 Jul 2025 18:38:49 +0200 Subject: [PATCH] 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 --- 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 d3bc1686acc..99fe30b96cc 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) -- 2.47.2