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>
This commit is contained in:
Hauke Mehrtens 2025-07-20 18:38:49 +02:00
parent 9f6a7bf3ea
commit 858ce9ad1e
1 changed files with 1 additions and 0 deletions

View 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)