mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
fix(cros-bootkernel/x86_64_defconfig_boot) disable ACPI_HED and NETPRIO_CGROUP
Neither of these options are needed for the boot kernel, so disable them.
This commit is contained in:
parent
bd6c4a5373
commit
7ce163dd33
@ -511,7 +511,7 @@ CONFIG_ACPI_BLACKLIST_YEAR=0
|
||||
CONFIG_X86_PM_TIMER=y
|
||||
CONFIG_ACPI_CONTAINER=y
|
||||
# CONFIG_ACPI_SBS is not set
|
||||
CONFIG_ACPI_HED=m
|
||||
# CONFIG_ACPI_HED is not set
|
||||
# CONFIG_ACPI_CUSTOM_METHOD is not set
|
||||
# CONFIG_ACPI_APEI is not set
|
||||
# CONFIG_SFI is not set
|
||||
@ -755,7 +755,7 @@ CONFIG_DCB=y
|
||||
CONFIG_RPS=y
|
||||
CONFIG_RFS_ACCEL=y
|
||||
CONFIG_XPS=y
|
||||
CONFIG_NETPRIO_CGROUP=m
|
||||
# CONFIG_NETPRIO_CGROUP is not set
|
||||
CONFIG_BQL=y
|
||||
CONFIG_BPF_JIT=y
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user