From 1e15d92de1266b299fb0475a804a8e1c99da5740 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Sun, 11 Dec 2016 19:51:04 +0100 Subject: [PATCH] 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 --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2