summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2025-07-20 17:23:45 +0000
committerHauke Mehrtens2025-07-25 23:11:20 +0000
commit666d43eafbea86158b5e89c9ba1611b98fe1c704 (patch)
tree00126174249c182ad6e64cb10a591b88073ab2b3
parentdd8c498a20ada1798b63a3334c18ae22d996d37b (diff)
downloadopenwrt-666d43eafbea86158b5e89c9ba1611b98fe1c704.tar.gz
kernel: kmod-drm-buddy: Mark hidden
The Kernel config option CONFIG_DRM_BUDDY has no title and can not be directly selected. Do the same for this kmod and make it hidden. Link: https://github.com/openwrt/openwrt/pull/19480 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/kernel/linux/modules/video.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk
index ddec9dd3f0..97716bab30 100644
--- a/package/kernel/linux/modules/video.mk
+++ b/package/kernel/linux/modules/video.mk
@@ -305,6 +305,7 @@ define KernelPackage/drm-buddy
SUBMENU:=$(VIDEO_MENU)
TITLE:=A page based buddy allocator
DEPENDS:=@DISPLAY_SUPPORT +kmod-drm
+ HIDDEN:=1
KCONFIG:=CONFIG_DRM_BUDDY
FILES:= $(LINUX_DIR)/drivers/gpu/drm/drm_buddy.ko
AUTOLOAD:=$(call AutoProbe,drm_buddy)