Thread (13 messages) 13 messages, 2 authors, 2014-07-08

[PATCH 4/4] ACPI: Make EC debugfs depend on X86 || IA64 in Kconfig

From: Hanjun Guo <hidden>
Date: 2014-07-08 09:23:23
Also in: linux-acpi, lkml

On 2014?07?08? 05:16, Rafael J. Wysocki wrote:
On Wednesday, July 02, 2014 04:47:26 PM Hanjun Guo wrote:
quoted
Since EC (Embedded controller) needs SCI for the interupt which
is not available on ARM64, make the EC debugfs depend on X86 || IA64
only in the Kconfig file.

Reviewed-by: Grant Likely <redacted>
Signed-off-by: Hanjun Guo <redacted>
---
 drivers/acpi/Kconfig |    1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 0e6f72d..7de5e3f 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -69,6 +69,7 @@ config ACPI_PROCFS_POWER
 
 config ACPI_EC_DEBUGFS
 	tristate "EC read/write access through /sys/kernel/debug/ec"
+	depends on X86 || IA64
This is totally inconsistent with the other patches in the series where you
define per-arch symbols for similar things.  In addition to that, do we need
to build ec.c on ARM at all?
Yes, EC will be needed on ARM. This patch is not needed after some more
consideration, I will drop it.

Thanks
Hanjun
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help