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:
@@ -49,6 +49,7 @@ $(eval $(call KernelPackage,iio-kfifo-buf))
|
|||||||
|
|
||||||
define KernelPackage/industrialio-backend
|
define KernelPackage/industrialio-backend
|
||||||
TITLE:=IIO Backend support
|
TITLE:=IIO Backend support
|
||||||
|
HIDDEN:=1
|
||||||
KCONFIG=CONFIG_IIO_BACKEND
|
KCONFIG=CONFIG_IIO_BACKEND
|
||||||
FILES:=$(LINUX_DIR)/drivers/iio/industrialio-backend.ko
|
FILES:=$(LINUX_DIR)/drivers/iio/industrialio-backend.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,industrialio-backend)
|
AUTOLOAD:=$(call AutoProbe,industrialio-backend)
|
||||||
|
|||||||
Reference in New Issue
Block a user