2016-07-03 12:45:35 +02:00
|
|
|
config BR2_PACKAGE_ACPICA
|
|
|
|
bool "acpica"
|
2016-07-10 19:43:05 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-07-03 12:45:35 +02:00
|
|
|
help
|
|
|
|
The ACPI Component Architecture (ACPICA) project provides an
|
|
|
|
operating system (OS)-independent reference implementation
|
|
|
|
of the Advanced Configuration and Power Interface
|
|
|
|
Specification (ACPI).
|
|
|
|
|
|
|
|
https://www.acpica.org
|
2016-07-10 19:43:05 +02:00
|
|
|
|
|
|
|
comment "acpica needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|