]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/rules: ensure simpledrm module gets built
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Feb 2022 07:19:15 +0000 (08:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Feb 2022 15:34:18 +0000 (16:34 +0100)
we cannot make this a built-in easily due to kconfig dependency
resolution.

We'll handle the availability in initrd with a initramfs modules.d
snippet shipped by the meta package,

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 49d3c3680eacaf7844435808102582201dc8ad5f..9849c87730299b0ded5be18e35d2f5433007ef44 100755 (executable)
@@ -47,6 +47,7 @@ PVE_CONFIG_OPTS= \
 -d CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND \
 -d CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL \
 -e CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE \
+-e CONFIG_DRM_SIMPLEDRM \
 -d CONFIG_MODULE_SIG \
 -d CONFIG_MEMCG_DISABLED \
 -e CONFIG_MEMCG_SWAP_ENABLED \