|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_ACPICA
|
|
config BR2_PACKAGE_ACPICA
|
|
bool "acpica"
|
|
bool "acpica"
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
help
|
|
The ACPI Component Architecture (ACPICA) project provides an
|
|
The ACPI Component Architecture (ACPICA) project provides an
|
|
operating system (OS)-independent reference implementation
|
|
operating system (OS)-independent reference implementation
|
|
@@ -7,3 +8,6 @@ config BR2_PACKAGE_ACPICA
|
|
Specification (ACPI).
|
|
Specification (ACPI).
|
|
|
|
|
|
https://www.acpica.org
|
|
https://www.acpica.org
|
|
|
|
+
|
|
|
|
+comment "acpica needs a toolchain w/ threads"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
|