summaryrefslogtreecommitdiffstats
path: root/arm64-acpi-drop-expert-patch.patch
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-05-17 09:35:57 -0700
committerLaura Abbott <labbott@fedoraproject.org>2016-05-17 09:35:57 -0700
commit01027370551133b74c154efd23fff29d859efcf2 (patch)
treeeaa2088000efcc6c37b67adfb4e1c0f77e7a5cee /arm64-acpi-drop-expert-patch.patch
parentc3b50ba0e0c85eb5eee49ceae99d401183243fc3 (diff)
downloadkernel-01027370551133b74c154efd23fff29d859efcf2.tar.gz
kernel-01027370551133b74c154efd23fff29d859efcf2.tar.xz
kernel-01027370551133b74c154efd23fff29d859efcf2.zip
Linux v4.6-1278-g1649098
- Enable CONFIG_INTEL_POWERCLAMP - pm, ACPI, mmc, regulator, i2c, hwmon, edac, led, arm64, x86, sched, RAS merges
Diffstat (limited to 'arm64-acpi-drop-expert-patch.patch')
-rw-r--r--arm64-acpi-drop-expert-patch.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/arm64-acpi-drop-expert-patch.patch b/arm64-acpi-drop-expert-patch.patch
deleted file mode 100644
index 6122732d6..000000000
--- a/arm64-acpi-drop-expert-patch.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Peter Robinson <pbrobinson@gmail.com>
-Date: Sun, 3 May 2015 18:35:23 +0100
-Subject: [PATCH] arm64: acpi drop expert patch
-
----
- drivers/acpi/Kconfig | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
-index 114cf48085ab..70ba3ef9a37b 100644
---- a/drivers/acpi/Kconfig
-+++ b/drivers/acpi/Kconfig
-@@ -5,7 +5,7 @@
- menuconfig ACPI
- bool "ACPI (Advanced Configuration and Power Interface) Support"
- depends on !IA64_HP_SIM
-- depends on IA64 || X86 || (ARM64 && EXPERT)
-+ depends on IA64 || X86 || ARM64
- depends on PCI
- select PNP
- default y