ANDROID: GKI: Disable X86_MCE drivers
Android does not use these drivers and enabling them causes additional and unwanted epoll wakeups due to uevents at suspend/resume time. Bug: 195607946 Signed-off-by: Alistair Delva <adelva@google.com> Change-Id: Id3d58dc695c0cd6d2a65503a421de1afebd83784
This commit is contained in:
parent
23db10c83f
commit
a1a3544a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ CONFIG_X86_X2APIC=y
|
|||
CONFIG_HYPERVISOR_GUEST=y
|
||||
CONFIG_PARAVIRT=y
|
||||
CONFIG_NR_CPUS=32
|
||||
# CONFIG_X86_MCE is not set
|
||||
CONFIG_EFI=y
|
||||
CONFIG_CMDLINE_BOOL=y
|
||||
CONFIG_CMDLINE="stack_depot_disable=on cgroup_disable=pressure cgroup.memory=nokmem"
|
||||
|
|
@ -358,7 +359,6 @@ CONFIG_THERMAL_GOV_USER_SPACE=y
|
|||
CONFIG_CPU_THERMAL=y
|
||||
CONFIG_DEVFREQ_THERMAL=y
|
||||
CONFIG_THERMAL_EMULATION=y
|
||||
# CONFIG_X86_PKG_TEMP_THERMAL is not set
|
||||
CONFIG_WATCHDOG=y
|
||||
CONFIG_WATCHDOG_CORE=y
|
||||
CONFIG_MFD_SYSCON=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue