moby: drop AUXDISPLAY & related kernel overrides

PPP still boots
This commit is contained in:
2024-09-25 10:02:42 +00:00
parent 94f09de863
commit 3de9465de9

View File

@@ -162,11 +162,11 @@ linux_latest.override {
CHROMEOS_TBMC = lib.mkForce no;
MOUSE_ELAN_I2C_SMBUS = lib.mkForce no;
XFRM_ESPINTCP = no;
# or maybe one of these?
AUXDISPLAY = lib.mkForce no;
DRM_DISPLAY_DP_AUX_CEC = lib.mkForce no;
DRM_DISPLAY_DP_AUX_CHARDEV = lib.mkForce no;
DRM_VC4_HDMI_CEC = lib.mkForce no;
# AUXDISPLAY = lib.mkForce no;
# DRM_DISPLAY_DP_AUX_CEC = lib.mkForce no;
# DRM_DISPLAY_DP_AUX_CHARDEV = lib.mkForce no;
# DRM_VC4_HDMI_CEC = lib.mkForce no;
# TODO: one of these is required for boot?
SLAB_BUCKETS = lib.mkForce no;