From e4b08f9d5b17edf140638f83a42e3d4b1aa2e5e6 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 7 Oct 2015 08:17:00 -0500 Subject: [PATCH] Enable CONFIG_ACPI_REV_OVERRIDE_POSSIBLE and CONFIG_X86_NUMACHIP --- config-x86-generic | 2 +- config-x86_64-generic | 2 +- kernel.spec | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config-x86-generic b/config-x86-generic index 9bfd81de5..b82a9b12b 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -102,7 +102,7 @@ CONFIG_ACPI_IPMI=m CONFIG_ACPI_CUSTOM_METHOD=m CONFIG_ACPI_BGRT=y # CONFIG_ACPI_EXTLOG is not set -# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set +CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y CONFIG_INTEL_SOC_PMIC=y CONFIG_PMIC_OPREGION=y diff --git a/config-x86_64-generic b/config-x86_64-generic index 0fc3068dd..94c476027 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -14,7 +14,7 @@ CONFIG_X86_64_ACPI_NUMA=y CONFIG_ACPI_NFIT=m # CONFIG_ACPI_NFIT_DEBUG is not set # CONFIG_NUMA_EMU is not set -# CONFIG_X86_NUMACHIP is not set +CONFIG_X86_NUMACHIP=y CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y CONFIG_NUMA_BALANCING=y diff --git a/kernel.spec b/kernel.spec index 15df793d7..f90b6ad6d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2078,6 +2078,10 @@ fi # # %changelog +* Wed Oct 07 2015 Justin M. Forbes +- Enable CONFIG_ACPI_REV_OVERRIDE_POSSIBLE for Dell XPS sound (rhbz 1255070) +- Enable CONFIG_X86_NUMACHIP + * Mon Oct 05 2015 Laura Abbott - Make headphone work with with T550 + Dock (rhbz 1268037)