From: Hauke Mehrtens Date: Sun, 20 Jul 2025 16:38:49 +0000 (+0200) Subject: kernel: kmod-industrialio-backend: Mark hidden X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=858ce9ad1e74df49ecce6be8755cfdc4a8a06f96;p=thirdparty%2Fopenwrt.git 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 --- 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)