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:
parent
9f6a7bf3ea
commit
858ce9ad1e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue