moby: reduce custom kernel options
This commit is contained in:
@@ -144,24 +144,25 @@ 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;
|
||||||
|
|
||||||
|
SOFTLOCKUP_DETECTOR_INTR_STORM = no;
|
||||||
|
HID_BPF = lib.mkForce no;
|
||||||
|
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;
|
||||||
|
|
||||||
# TODO: at least one of these is actually required for boot.
|
# TODO: at least one of these is actually required for boot.
|
||||||
BT_HCIUART_BCSP = lib.mkForce no;
|
BT_HCIUART_BCSP = lib.mkForce no;
|
||||||
HOTPLUG_PCI_PCIE = lib.mkForce no;
|
HOTPLUG_PCI_PCIE = lib.mkForce no;
|
||||||
SOFTLOCKUP_DETECTOR_INTR_STORM = no;
|
|
||||||
HID_BPF = lib.mkForce no;
|
|
||||||
FUSION = lib.mkForce no;
|
|
||||||
HIPPI = lib.mkForce no;
|
|
||||||
ATH10K_DFS_CERTIFIED = lib.mkForce no;
|
|
||||||
BRCMFMAC_PCIE = lib.mkForce no;
|
|
||||||
MOUSE_ELAN_I2C_SMBUS = lib.mkForce no;
|
|
||||||
PINCTRL_AMD = lib.mkForce no;
|
|
||||||
MEDIA_PCI_SUPPORT = lib.mkForce no;
|
MEDIA_PCI_SUPPORT = lib.mkForce no;
|
||||||
DRM_NOUVEAU_GSP_DEFAULT = lib.mkForce no;
|
DRM_NOUVEAU_GSP_DEFAULT = lib.mkForce no;
|
||||||
MMC_BLOCK_MINORS = lib.mkForce (freeform "256");
|
PINCTRL_AMD = lib.mkForce no;
|
||||||
XFRM_ESPINTCP = no;
|
# FUSION = lib.mkForce no;
|
||||||
MOUSE_PS2_ELANTECH = lib.mkForce no;
|
# HIPPI = lib.mkForce no;
|
||||||
INFINIBAND = lib.mkForce no;
|
# BRCMFMAC_PCIE = lib.mkForce no;
|
||||||
CHROMEOS_TBMC = lib.mkForce no;
|
# MOUSE_PS2_ELANTECH = lib.mkForce no;
|
||||||
|
# INFINIBAND = lib.mkForce no;
|
||||||
|
|
||||||
# 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");
|
||||||
|
Reference in New Issue
Block a user