From: Felix Fietkau Date: Fri, 27 Jan 2017 15:53:05 +0000 (+0100) Subject: kernel: mark nvmem as hidden, it is only used as a library for other modules X-Git-Tag: v18.06.0-rc1~3905 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9f7fc2376d0749c401b726bcdbf188067cb27c1c;p=openwrt%2Fstaging%2Fchunkeey.git kernel: mark nvmem as hidden, it is only used as a library for other modules Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 18432de3c2..b39a88be4d 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -129,6 +129,7 @@ define KernelPackage/nvmem SUBMENU:=$(OTHER_MENU) TITLE:=Non Volatile Memory support KCONFIG:=CONFIG_NVMEM + HIDDEN:=1 FILES:=$(LINUX_DIR)/drivers/nvmem/nvmem_core.ko@ge4.9 endef