mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 15:23:48 +01:00
kernel: mark nvmem as hidden, it is only used as a library for other modules
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
475da81ec0
commit
9f7fc2376d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue