2016-05-16 02:58:34 +00:00
|
|
|
From 2bda5e9a99a6302da09b214ab269eb783f0bf50e Mon Sep 17 00:00:00 2001
|
2015-10-11 00:41:37 +00:00
|
|
|
From: Peter Robinson <pbrobinson@gmail.com>
|
|
|
|
Date: Sun, 3 May 2015 18:35:23 +0100
|
2016-05-16 02:58:34 +00:00
|
|
|
Subject: [PATCH] arm64: acpi drop expert patch
|
2015-10-11 00:41:37 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
drivers/acpi/Kconfig | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
|
2016-03-15 00:05:57 +00:00
|
|
|
index 82b96ee..bf5dc1a 100644
|
2015-10-11 00:41:37 +00:00
|
|
|
--- 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
|
|
|
|
--
|
2016-05-16 02:58:34 +00:00
|
|
|
2.8.0
|
2015-10-11 00:41:37 +00:00
|
|
|
|