mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
26 lines
685 B
Diff
26 lines
685 B
Diff
|
From 4d105425bac75a6341c2536e4617f144e529ddbb Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Robinson <pbrobinson@gmail.com>
|
||
|
Date: Sun, 3 May 2015 18:35:23 +0100
|
||
|
Subject: [PATCH 3/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 114cf48..70ba3ef 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.5.3
|
||
|
|