Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] acpid: drop x86 architecture dependency
@ 2018-08-27 16:07 Peter Korsgaard
  2018-08-29 20:06 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2018-08-27 16:07 UTC (permalink / raw)
  To: buildroot

Closes #11241

While ACPI is historically exclusively a x86 feature, ia64 and (some) arm64
server platforms also use it.  Furthermore, even if the firmware does not
provide an ACPI interface and/or the kernel is not built with ACPI support,
acpid can still be used to command an orderly shutdown of the system as it
also listens for KEY_POWER / KEY_SUSPEND events from the input subsystem
(and calls shutdown by default).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/acpid/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/acpid/Config.in b/package/acpid/Config.in
index 2bd83ea8b9..b74e9d2262 100644
--- a/package/acpid/Config.in
+++ b/package/acpid/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_ACPID
 	bool "acpid"
-	depends on BR2_x86_64 || BR2_i386
 	help
 	  Advanced Configuration and Power Interface event daemon.
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] acpid: drop x86 architecture dependency
  2018-08-27 16:07 [Buildroot] [PATCH] acpid: drop x86 architecture dependency Peter Korsgaard
@ 2018-08-29 20:06 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-29 20:06 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 27 Aug 2018 18:07:01 +0200, Peter Korsgaard wrote:
> Closes #11241
> 
> While ACPI is historically exclusively a x86 feature, ia64 and (some) arm64
> server platforms also use it.  Furthermore, even if the firmware does not
> provide an ACPI interface and/or the kernel is not built with ACPI support,
> acpid can still be used to command an orderly shutdown of the system as it
> also listens for KEY_POWER / KEY_SUSPEND events from the input subsystem
> (and calls shutdown by default).
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/acpid/Config.in | 1 -
>  1 file changed, 1 deletion(-)

Applied to next, thanks. Even though it's fixing what was reported as a
bug, I don't think this qualifies as a bug, so I've applied to next and
not to master.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-29 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-27 16:07 [Buildroot] [PATCH] acpid: drop x86 architecture dependency Peter Korsgaard
2018-08-29 20:06 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox