summaryrefslogtreecommitdiffstats
path: root/arm64-acpi-drop-expert.patch
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-03 18:35:23 +0100
committerPeter Robinson <pbrobinson@gmail.com>2015-05-03 18:35:23 +0100
commitd47bfb2bcb4b4690be7d771570ea4842d73b7fb8 (patch)
treebb0914ae2904ee3cd48ee9d93dccb92858c997f9 /arm64-acpi-drop-expert.patch
parent64752e521da4c6d3db7e8b3798fa41113bd2325e (diff)
downloadkernel-d47bfb2bcb4b4690be7d771570ea4842d73b7fb8.tar.gz
kernel-d47bfb2bcb4b4690be7d771570ea4842d73b7fb8.tar.xz
kernel-d47bfb2bcb4b4690be7d771570ea4842d73b7fb8.zip
Enable ACPI on aarch64 (add minor patch to disable EXPERT requirement so we don't pull all those options in too)
Diffstat (limited to 'arm64-acpi-drop-expert.patch')
-rw-r--r--arm64-acpi-drop-expert.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/arm64-acpi-drop-expert.patch b/arm64-acpi-drop-expert.patch
new file mode 100644
index 000000000..cb0d77c4f
--- /dev/null
+++ b/arm64-acpi-drop-expert.patch
@@ -0,0 +1,13 @@
+diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
+index ab2cbb5..87a6c19 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