Browse Source

kernel: mark nvmem as hidden, it is only used as a library for other modules

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
9f7fc2376d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/linux/modules/other.mk

+ 1 - 0
package/kernel/linux/modules/other.mk

@@ -129,6 +129,7 @@ define KernelPackage/nvmem
   SUBMENU:=$(OTHER_MENU)
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Non Volatile Memory support
   TITLE:=Non Volatile Memory support
   KCONFIG:=CONFIG_NVMEM
   KCONFIG:=CONFIG_NVMEM
+  HIDDEN:=1
   FILES:=$(LINUX_DIR)/drivers/nvmem/[email protected]
   FILES:=$(LINUX_DIR)/drivers/nvmem/[email protected]
 endef
 endef