diff options
| author | Hauke Mehrtens | 2025-07-20 17:24:37 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-25 23:11:20 +0000 |
| commit | 8bcc6d1894eb7f0ca11151425eebda56e2d33c1b (patch) | |
| tree | 1e84ad01dc550af42b3a3823e9b044f7397d6c4f | |
| parent | 666d43eafbea86158b5e89c9ba1611b98fe1c704 (diff) | |
| download | openwrt-8bcc6d1894eb7f0ca11151425eebda56e2d33c1b.tar.gz | |
kernel: kmod-drm-display-helper: Mark hidden
The Kernel config option CONFIG_DRM_DISPLAY_HELPER 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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index 97716bab30..6b4dc6a3b2 100644 --- a/package/kernel/linux/modules/video.mk +++ b/package/kernel/linux/modules/video.mk @@ -321,6 +321,7 @@ define KernelPackage/drm-display-helper SUBMENU:=$(VIDEO_MENU) TITLE:=DRM helpers for display adapters drivers DEPENDS:=@DISPLAY_SUPPORT +kmod-drm-kms-helper + HIDDEN:=1 KCONFIG:=CONFIG_DRM_DISPLAY_HELPER FILES:=$(LINUX_DIR)/drivers/gpu/drm/display/drm_display_helper.ko AUTOLOAD:=$(call AutoProbe,drm_display_helper) |