moby: note that ATH10K_DFS_CERTIFIED & co are required for boot

This commit is contained in:
2024-09-24 03:17:35 +00:00
parent 9f72c5ccb2
commit 99ab05a928

View File

@@ -109,11 +109,12 @@ linux_latest.override {
# TODO: at least one of these is actually required for boot.
SOFTLOCKUP_DETECTOR_INTR_STORM = no;
HID_BPF = lib.mkForce no;
# TODO: at least one of these is actually required for boot.
ATH10K_DFS_CERTIFIED = lib.mkForce no;
MOUSE_ELAN_I2C_SMBUS = lib.mkForce no;
MMC_BLOCK_MINORS = lib.mkForce (freeform "256");
XFRM_ESPINTCP = no;
CHROMEOS_TBMC = lib.mkForce no;
MMC_BLOCK_MINORS = lib.mkForce (freeform "256");
MOUSE_ELAN_I2C_SMBUS = lib.mkForce no;
XFRM_ESPINTCP = no;
# TODO: at least one of these is actually required for boot.
BT_HCIUART_BCSP = lib.mkForce no;