moby: note that HOTPLUG_PCI_PCIE & related kernel config overrides are required to boot

This commit is contained in:
2024-09-24 04:56:12 +00:00
parent d031a74583
commit 508130132a

View File

@@ -110,10 +110,11 @@ linux_latest.override {
# TODO: at least one of these is actually required for boot.
BT_HCIUART_BCSP = lib.mkForce no;
HOTPLUG_PCI_PCIE = lib.mkForce no;
MEDIA_PCI_SUPPORT = lib.mkForce no;
DRM_NOUVEAU_GSP_DEFAULT = lib.mkForce no;
PINCTRL_AMD = lib.mkForce no;
# TODO: at least one of these is actually required for boot.
HOTPLUG_PCI_PCIE = lib.mkForce no;
MEDIA_PCI_SUPPORT = lib.mkForce no;
};
}
];