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:
2024-09-24 22:28:05 +00:00
parent 97bce7e39b
commit 27358915e9

View File

@@ -206,6 +206,7 @@ linux_latest.override {
CROS_EC_SPI = lib.mkForce yes;
EXTCON_USBC_CROS_EC = yes;
# TODO: at least one of these is required for boot
UNINLINE_SPIN_UNLOCK = yes; #< DOESN'T TAKE EFFECT
CMA_SIZE_MBYTES = lib.mkForce (freeform "256");
SOFTLOCKUP_DETECTOR_INTR_STORM = no;
@@ -233,13 +234,12 @@ linux_latest.override {
MEDIA_CEC_RC = lib.mkForce no;
CRYPTO_TEST = lib.mkForce module;
PROC_VMCORE = yes; #< does not take effect ??
# or maybe it's one of these?
FUSION = lib.mkForce no;
HIPPI = lib.mkForce no;
BRCMFMAC_PCIE = lib.mkForce no;
MOUSE_PS2_ELANTECH = lib.mkForce no;
INFINIBAND = lib.mkForce no;
};
}
];