moby: try (but fail) to disable some kernel configs
this is a re-application of the following commits, but against the autoModules + no-pmos kernel: - 387d9df23b1fc7649f2c85182c41c800a0d15313 - 4d42ca2a2b77d677c12800e963d6378499ba9c68
This commit is contained in:
@@ -206,6 +206,7 @@ linux_latest.override {
|
|||||||
CROS_EC_SPI = lib.mkForce yes;
|
CROS_EC_SPI = lib.mkForce yes;
|
||||||
EXTCON_USBC_CROS_EC = yes;
|
EXTCON_USBC_CROS_EC = yes;
|
||||||
|
|
||||||
|
# TODO: at least one of these is required for boot
|
||||||
UNINLINE_SPIN_UNLOCK = yes; #< DOESN'T TAKE EFFECT
|
UNINLINE_SPIN_UNLOCK = yes; #< DOESN'T TAKE EFFECT
|
||||||
CMA_SIZE_MBYTES = lib.mkForce (freeform "256");
|
CMA_SIZE_MBYTES = lib.mkForce (freeform "256");
|
||||||
SOFTLOCKUP_DETECTOR_INTR_STORM = no;
|
SOFTLOCKUP_DETECTOR_INTR_STORM = no;
|
||||||
@@ -233,13 +234,12 @@ linux_latest.override {
|
|||||||
MEDIA_CEC_RC = lib.mkForce no;
|
MEDIA_CEC_RC = lib.mkForce no;
|
||||||
CRYPTO_TEST = lib.mkForce module;
|
CRYPTO_TEST = lib.mkForce module;
|
||||||
PROC_VMCORE = yes; #< does not take effect ??
|
PROC_VMCORE = yes; #< does not take effect ??
|
||||||
|
# or maybe it's one of these?
|
||||||
FUSION = lib.mkForce no;
|
FUSION = lib.mkForce no;
|
||||||
HIPPI = lib.mkForce no;
|
HIPPI = lib.mkForce no;
|
||||||
BRCMFMAC_PCIE = lib.mkForce no;
|
BRCMFMAC_PCIE = lib.mkForce no;
|
||||||
MOUSE_PS2_ELANTECH = lib.mkForce no;
|
MOUSE_PS2_ELANTECH = lib.mkForce no;
|
||||||
INFINIBAND = lib.mkForce no;
|
INFINIBAND = lib.mkForce no;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user