From: Thomas Lamprecht Date: Sat, 12 Mar 2022 14:16:54 +0000 (+0100) Subject: d/rules: kconfig: keep SYSFB_SIMPLEFB enabled X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=629d8797f902b0d533fb62951eac89babf807179;p=pve-kernel.git d/rules: kconfig: keep SYSFB_SIMPLEFB enabled we got the SIMPLEFB built into our initrd now, so it should work out just fine. Signed-off-by: Thomas Lamprecht --- diff --git a/debian/rules b/debian/rules index 9849c87..1ec1147 100755 --- a/debian/rules +++ b/debian/rules @@ -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_SYSFB_SIMPLEFB \ -e CONFIG_DRM_SIMPLEDRM \ -d CONFIG_MODULE_SIG \ -d CONFIG_MEMCG_DISABLED \