diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2016-12-11 19:51:04 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-14 11:05:41 +0100 |
commit | 1e15d92de1266b299fb0475a804a8e1c99da5740 (patch) | |
tree | 0b8fa15a75acb209b02ed997603dadb6f2c8091f | |
parent | 5bd3b9dfc04cce9a630539a0db090f65775996f5 (diff) | |
download | upstream-1e15d92de1266b299fb0475a804a8e1c99da5740.tar.gz upstream-1e15d92de1266b299fb0475a804a8e1c99da5740.tar.bz2 upstream-1e15d92de1266b299fb0475a804a8e1c99da5740.zip |
kernel: add a missing submenu
this kernel module currently does not set submenu.
Fix this by adding it to the "Others" submenu
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
-rw-r--r-- | package/kernel/linux/modules/other.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index e1b1e16d1d..c22f57261c 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -131,6 +131,7 @@ $(eval $(call KernelPackage,bluetooth-hci-h4p)) define KernelPackage/dma-buf + SUBMENU:=$(OTHER_MENU) TITLE:=DMA shared buffer support HIDDEN:=1 KCONFIG:=CONFIG_DMA_SHARED_BUFFER |