mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
25 lines
685 B
Diff
25 lines
685 B
Diff
From c789031f4cfa8c7933c9857dd86f4151dae63a65 Mon Sep 17 00:00:00 2001
|
|
From: Peter Robinson <pbrobinson@gmail.com>
|
|
Date: Sun, 3 May 2015 18:35:23 +0100
|
|
Subject: [PATCH 1/4] 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 82b96ee..bf5dc1a 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
|
|
--
|
|
2.7.0
|
|
|