summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-07-20 16:38:49 +0000
committerHauke Mehrtens2025-07-25 23:11:20 +0000
commit858ce9ad1e74df49ecce6be8755cfdc4a8a06f96 (patch)
treed15edad5f26ae69a37d1746e17a13dd564c15139
parent9f6a7bf3ea1336e9644040fb342430310dc23854 (diff)
downloadopenwrt-858ce9ad1e74df49ecce6be8755cfdc4a8a06f96.tar.gz
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@hauke-m.de>
-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 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)